1.更换部分模块接口
This commit is contained in:
2025-12-03 16:13:20 +08:00
parent 61e83f6c78
commit 593c8bfe0b
11 changed files with 123 additions and 74 deletions
+5 -4
View File
@@ -152,6 +152,7 @@
twoRModal2Api,
twoRModal3Api,
twoRNApi,
twoRNDetailApi,
} from '/@/views/indexSun/indexSun.api.ts';
import dayjs from 'dayjs';
import ThreeLeftNew from '/@/views/indexSun/threeLeftNew.vue';
@@ -670,7 +671,7 @@
centerId: centerId.value,
};
indexModalTitle.value = '重点关爱趋势预警';
modalApi.value = twoRNApi;
modalApi.value = twoRNDetailApi;
apiParams.value = params;
nextTick(() => {
indexModalRef.value.openDialog();
@@ -681,8 +682,8 @@
firstFormOne.value = [];
const params = {
centerId: centerId.value,
// startDate: '2000-01-01',
// endDate: '2030-12-31',
startDate: '2000-01-01',
endDate: '2030-12-31',
};
indexModalTitle.value = '今日应急';
modalApi.value = todayEmergencyListApi;
@@ -709,7 +710,7 @@
indexColumn.value = centerMapColumns;
firstFormOne.value = centerMapFromList;
const params = {
healthRoomId: res.id,
healthRoomId: res?.ayId,
};
indexModalTitle.value = '健康小屋详情';
modalApi.value = roomDetailApi;