update
1.更换部分模块接口
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user