Compare commits

..

No commits in common. "ae284f92ccc3cdcffd04dbb7eda3116b3d644c90" and "00f1cc5c53b3bea1efd54f066060b0f139b0e629" have entirely different histories.

1 changed files with 1 additions and 0 deletions

View File

@ -325,6 +325,7 @@ const hide = () => {
}
const sectionList = ref<any>([])
const getSectionList = () => {
debugger
post(apiConfig.OrganizationSectionListByMemberId,{memberId:edit_data.value.organizationDoctorId}).then((res: any) => {
sectionList.value = res
})