更改医院接口
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user