From 356edc5f8597f69bcd92b4cf46f5c32914e54db8 Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期一, 21 四月 2025 16:53:58 +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