diff --git a/src/api/modules/projectOverview.ts b/src/api/modules/projectOverview.ts index 1dcb944..c7a2766 100644 --- a/src/api/modules/projectOverview.ts +++ b/src/api/modules/projectOverview.ts @@ -109,3 +109,13 @@ export const getInspectionRiskChartApi = (params: {}) => { export const getSpecialCountAllSpecialApi = (params: {}) => { return http.post(BASEURL + `/xmgl/xzSpecial/countAllSpecial`, params); }; + +// 应急类型统计(今日) +export const getCountEmergencyTypedApi = (params: {}) => { + return http.post(BASEURL + `/xmgl/xzEmergencyRecord/countEmergencyTyped`, params); +}; + +// 应急处置(近七日) +export const getCountAlarmNumByEnterpriseApi = (params: {}) => { + return http.post(BASEURL + `/xmgl/xzEmergencyRecord/countAlarmNumByEnterprise`, params); +}; diff --git a/src/views/commandScreen/commandCenter/centerBottom.vue b/src/views/commandScreen/commandCenter/centerBottom.vue index c6f06d4..b118426 100644 --- a/src/views/commandScreen/commandCenter/centerBottom.vue +++ b/src/views/commandScreen/commandCenter/centerBottom.vue @@ -5,7 +5,7 @@