Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
37081fe3f4
|
|
@ -325,7 +325,6 @@ const hide = () => {
|
||||||
}
|
}
|
||||||
const sectionList = ref<any>([])
|
const sectionList = ref<any>([])
|
||||||
const getSectionList = () => {
|
const getSectionList = () => {
|
||||||
debugger
|
|
||||||
post(apiConfig.OrganizationSectionListByMemberId,{memberId:edit_data.value.organizationDoctorId}).then((res: any) => {
|
post(apiConfig.OrganizationSectionListByMemberId,{memberId:edit_data.value.organizationDoctorId}).then((res: any) => {
|
||||||
sectionList.value = res
|
sectionList.value = res
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue