From b69849a3b7fa781b60d126a5d24eb23dc7872eda Mon Sep 17 00:00:00 2001 From: LiJianZhao Date: Thu, 8 May 2025 11:50:20 +0800 Subject: [PATCH] dev --- src/components/registration/Edit.vue | 1 - 1 file changed, 1 deletion(-) 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 })