From d7765b799489db445388e528044ab3b2bd2e649e Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期四, 12 六月 2025 08:22:57 +0800
Subject: [PATCH] 钢化模块modbus和S7改造

---
 UI-Project/src/views/Caching/cachingunhistory.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/UI-Project/src/views/Caching/cachingunhistory.vue b/UI-Project/src/views/Caching/cachingunhistory.vue
index feabe45..bebbc58 100644
--- a/UI-Project/src/views/Caching/cachingunhistory.vue
+++ b/UI-Project/src/views/Caching/cachingunhistory.vue
@@ -168,8 +168,8 @@
         endTime: getglobalDate
     })
       if (response.code == 200) {
-        countOutTwo.value = response.data.countOutTwo
-        totalAreaOutTwo.value = response.data.totalAreaOutTwo
+        countOutOne.value = response.data.countOutOne
+        totalAreaOutOne.value = response.data.totalAreaOutOne
       } else {
         ElMessage.error(response.message);
     }
@@ -223,8 +223,8 @@
         endDate: (formatTimestamp(timeRange.value) && formatTimestamp(timeRange.value[1])) || '',
     })
       if (response.code == 200) {
-        countOutTwo.value = response.data.countOutTwo
-        totalAreaOutTwo.value = response.data.totalAreaOutTwo
+        countOutOne.value = response.data.countOutOne
+        totalAreaOutOne.value = response.data.totalAreaOutOne
       } else {
         ElMessage.error(response.message);
     }
@@ -278,8 +278,8 @@
         endDate: (formatTimestamp(timeRange.value) && formatTimestamp(timeRange.value[1])) || '',
     })
       if (response.code == 200) {
-        countOutTwo.value = response.data.countOutTwo
-        totalAreaOutTwo.value = response.data.totalAreaOutTwo
+        countOutOne.value = response.data.countOutOne
+        totalAreaOutOne.value = response.data.totalAreaOutOne
       } else {
         ElMessage.error(response.message);
     }

--
Gitblit v1.8.0