diff --git a/src/views/commandScreen/commandCenter/centerBottom.vue b/src/views/commandScreen/commandCenter/centerBottom.vue index 1121dbe..2439026 100644 --- a/src/views/commandScreen/commandCenter/centerBottom.vue +++ b/src/views/commandScreen/commandCenter/centerBottom.vue @@ -853,7 +853,7 @@ const getCountAlarmNumByEnterprise = async (showLoading: boolean) => { }; const setIntervalFn = (showLoading: boolean) => { getNoticeList(showLoading); - if (activeIfo.activeIndex == 1) { + if (activeIfo.activeIndex == 0) { getCountAlarmNumByEnterprise(showLoading); } getMessCountEchartType(showLoading); diff --git a/src/views/commandScreen/commandCenter/leftBottom.vue b/src/views/commandScreen/commandCenter/leftBottom.vue index d6cab8b..23a6552 100644 --- a/src/views/commandScreen/commandCenter/leftBottom.vue +++ b/src/views/commandScreen/commandCenter/leftBottom.vue @@ -235,7 +235,7 @@ const openDialogData = async () => { radarCenter: ["50%", "56%"], dataList: [ { - value: [item.age, 1, item.security, item.workerType, item.safe, item.exam], + value: [item.age, item.total, item.security, item.workerType, item.safe, item.exam], name: item.enterpriseName // areaStyle: {} }