更改医院接口

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
@@ -160,7 +160,7 @@
</template>
<script setup>
import { ref, toRefs, watch, getCurrentInstance } from 'vue';
import { getAreaList, addHospital, updateHospital } from '@/api/basic/list';
import { getAdminAreaList, addHospital, updateHospital } from '@/api/basic/list';
const { proxy } = getCurrentInstance();
const props = defineProps({
// 是否显示
@@ -185,7 +185,7 @@ const countryData = ref([]);
//获取区域列表
const handelAreaList = (area_id = '', parent_id = '', area_type) => {
getAreaList({
getAdminAreaList({
area_id,
area_type,
parent_id,