Merge remote-tracking branch 'origin/main'

This commit is contained in:
ChenQiuYu 2025-05-08 12:52:16 +08:00
commit 37081fe3f4
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
})