Compare commits

..

2 Commits

Author SHA1 Message Date
LiJianZhao ae284f92cc Merge branch 'main' of ssh://git.jizhiweb.cn:2222/clinic-v2/web 2025-05-08 11:50:30 +08:00
LiJianZhao b69849a3b7 dev 2025-05-08 11:50:20 +08:00
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
})