Compare commits
No commits in common. "ae284f92ccc3cdcffd04dbb7eda3116b3d644c90" and "00f1cc5c53b3bea1efd54f066060b0f139b0e629" have entirely different histories.
ae284f92cc
...
00f1cc5c53
|
|
@ -325,6 +325,7 @@ 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