From 3a60ee203ba55ff9df9bcc81b465cfaeb5faf05b Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期二, 23 九月 2025 15:08:16 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/YiWuProject
---
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