添加忽略以及修改医院

This commit is contained in:
2026-04-27 11:06:31 +08:00
parent cf7ee9d0d8
commit c7df5394db
5 changed files with 8 additions and 4 deletions
@@ -49,7 +49,7 @@
// 获取钩子函数
const { field, getDisasterIcon } = useHospitalPoint();
$api.hospitals.getBasePoins().then((res) => {
$api.hospitals.getBasePoints().then((res) => {
hospitalPoints.value = res.data;
});