From 5df5a8d95c6d2a1e90bf6f9681468aeb1857c91b Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期二, 26 十一月 2024 15:48:57 +0800
Subject: [PATCH] Merge branch 'master' of http://47.96.225.205:8888/r/ITM_V2_2DModel

---
 src/views/screen1/components/chart-itm.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/screen1/components/chart-itm.vue b/src/views/screen1/components/chart-itm.vue
index b369457..809247d 100644
--- a/src/views/screen1/components/chart-itm.vue
+++ b/src/views/screen1/components/chart-itm.vue
@@ -58,8 +58,8 @@
         v1 += parseInt(item.areaStatic.normal || 0);
         v2 += parseInt(item.areaStatic.warn || 0);
         v3 += parseInt(item.areaStatic.alarm || 0);
-        v4 += parseInt(item.areaStatic.beSomething || 0);
-        v5 += parseInt(item.areaStatic.beNothing || 0);
+        v4 += parseInt(item.areaStatic.beNothing || 0);
+        v5 += parseInt(item.areaStatic.beSomething || 0);
       }
       this.total = v1 + v2 + v3 + v4 + v5
       console.log('v1', v1, 'v2', v2, 'v3', v3, 'v4', v4, 'v5', v5);

--
Gitblit v1.9.3