diff --git a/src/components/registration/Edit.vue b/src/components/registration/Edit.vue index c138e0b..0b564e3 100644 --- a/src/components/registration/Edit.vue +++ b/src/components/registration/Edit.vue @@ -325,7 +325,6 @@ const hide = () => { } const sectionList = ref([]) const getSectionList = () => { - debugger post(apiConfig.OrganizationSectionListByMemberId,{memberId:edit_data.value.organizationDoctorId}).then((res: any) => { sectionList.value = res })