From af0f047db7be29ef0d6576540db016f7684cd565 Mon Sep 17 00:00:00 2001 From: 17630416519 Date: Fri, 23 Jan 2026 16:57:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plcConnectionStatus/index.vue | 33 +- .../productionProductStatistics/index.vue | 336 ++++++++++++++++++ 2 files changed, 340 insertions(+), 29 deletions(-) create mode 100644 src/views/productionProductStatistics/index.vue diff --git a/src/views/plcConnectionStatus/index.vue b/src/views/plcConnectionStatus/index.vue index 27a66e5..5a878dd 100644 --- a/src/views/plcConnectionStatus/index.vue +++ b/src/views/plcConnectionStatus/index.vue @@ -46,11 +46,11 @@ const getList = async () => { dataLoaded.value = true } else { console.error('获取数据失败:', res.msg) - dataLoaded.value = true + dataLoaded.value = true } } catch (error) { console.error('请求错误:', error) - dataLoaded.value = true + dataLoaded.value = true } } @@ -65,10 +65,6 @@ onMounted(() => { \ No newline at end of file