This commit is contained in:
LiJianZhao 2025-05-08 11:50:20 +08:00
parent 8d1da786ca
commit b69849a3b7
1 changed files with 0 additions and 1 deletions

View File

@ -325,7 +325,6 @@ const hide = () => {
}
const sectionList = ref<any>([])
const getSectionList = () => {
debugger
post(apiConfig.OrganizationSectionListByMemberId,{memberId:edit_data.value.organizationDoctorId}).then((res: any) => {
sectionList.value = res
})