From abfca52c187797fc666f4b54dcce6d3ab90cec58 Mon Sep 17 00:00:00 2001 From: X_Rian <904416525@qq.com> Date: Mon, 1 Jul 2024 16:31:01 +0800 Subject: [PATCH] =?UTF-8?q?flx=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=8C=87?= =?UTF-8?q?=E6=8C=A5=E9=83=A8=E5=A4=A7=E5=B1=8F=E4=BA=BA=E5=91=98=E9=A3=8E?= =?UTF-8?q?=E9=99=A9=E5=B1=95=E7=A4=BA=20=E5=92=8C=E5=BA=94=E6=80=A5?= =?UTF-8?q?=E9=A6=96=E6=AC=A1=E6=9C=AA=E8=B0=83=E7=94=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/commandScreen/commandCenter/centerBottom.vue | 2 +- src/views/commandScreen/commandCenter/leftBottom.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: {} }