更改医院接口

This commit is contained in:
zoujiandong
2024-09-10 09:38:28 +08:00
parent e56bbe4147
commit afb10c98a9
3 changed files with 11 additions and 5 deletions
+2 -2
View File
@@ -91,7 +91,7 @@
<script setup>
import { reactive, ref, getCurrentInstance, onMounted, nextTick, watch, computed } from 'vue';
import { getHospitalList,getHospitalDetail,getAreaList} from '@/api/basic/list';
import { getHospitalList,getHospitalDetail,getAdminAreaList} from '@/api/basic/list';
import { downloadFile } from '@/utils/downloadFile';
// Akiraka 20230210 删除数据
const deleteData = ref([])
@@ -130,7 +130,7 @@
const countryData = ref([]);
//获取区域列表
const handelAreaList = (area_id = '', parent_id = '', area_type) => {
getAreaList({
getAdminAreaList({
area_id,
area_type,
parent_id