From e18f0fbf655eed68ce0e275c4e7c64cf64044825 Mon Sep 17 00:00:00 2001 From: selia-zx <1771203023@qq.com> Date: Thu, 5 Feb 2026 10:09:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E7=B3=BB=E7=BB=9F=E7=9B=91=E6=8E=A7?= =?UTF-8?q?=E4=B8=8B=E5=8F=91=E6=8C=87=E4=BB=A4=E6=97=B6=E5=BB=B6=E8=BF=9F?= =?UTF-8?q?=E4=B8=A4=E7=A7=92=E6=9B=B4=E6=96=B0=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../heatRecoverySys/deviceMonitor/monitorCenter.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/views/heatRecoverySys/deviceMonitor/monitorCenter.vue b/src/views/heatRecoverySys/deviceMonitor/monitorCenter.vue index ebe2de5..76f75d5 100644 --- a/src/views/heatRecoverySys/deviceMonitor/monitorCenter.vue +++ b/src/views/heatRecoverySys/deviceMonitor/monitorCenter.vue @@ -665,8 +665,13 @@ export default { const result = await operationConrol([params]); if (result.code == 200) { this.$modal.msgSuccess("指令下发成功!"); - this.getMonitorList(); - this.getMonitorTotalData(); + // 开启 loading 效果 + this.loading = true; + setTimeout(() => { + this.getMonitorList(); + this.getMonitorTotalData(); + this.loading = false; + }, 2000); } // 更新当前开度值 this.currentOpening = Number(value); @@ -1312,7 +1317,7 @@ export default { border: 0.01rem dashed #646866; } .h4 { - top: 5.0rem; + top: 5rem; left: 2rem; color: #cecece; font-size: 0.16rem;