From 443d2b9cccf6e7f0ce8e2d548782522710558170 Mon Sep 17 00:00:00 2001 From: v-lijf43 <3067418132@qq.com> Date: Sun, 12 Jul 2026 11:43:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=AD=E5=9B=9E=E6=94=B6=E7=9B=91=E8=A7=86?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E4=BF=AE=E5=A4=8D=E4=B8=8D=E4=BC=9A=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/heatRecoverySys/deviceMonitor/hrMonitorCenter.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/heatRecoverySys/deviceMonitor/hrMonitorCenter.vue b/src/views/heatRecoverySys/deviceMonitor/hrMonitorCenter.vue index f515d58..02e5e00 100644 --- a/src/views/heatRecoverySys/deviceMonitor/hrMonitorCenter.vue +++ b/src/views/heatRecoverySys/deviceMonitor/hrMonitorCenter.vue @@ -539,6 +539,7 @@ export default { this.hotArr = []; this.valveOneArr = []; this.valveTwoArr = []; + this.allValveArr = []; res.rows.forEach((row) => { // 对 values 数组按照 orderNum 进行排序 @@ -594,6 +595,7 @@ export default { this.hotArrFour = []; this.hotArrFive = []; this.hotArrSix = []; + this.hotArrSeven = []; // 根据 orderNum 分配数据 sortedValues.forEach((item) => {