Compare commits
2 Commits
00f1cc5c53
...
ae284f92cc
| Author | SHA1 | Date |
|---|---|---|
|
|
ae284f92cc | |
|
|
b69849a3b7 |
|
|
@ -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