From e3ab51a2db943f545849d2dfc4cdc6a22de87818 Mon Sep 17 00:00:00 2001 From: wgx <31655391@qq.com> Date: Tue, 15 Sep 2026 18:28:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E5=88=97=E8=A1=A8=E6=B5=AE?= =?UTF-8?q?=E5=8A=A8=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/MywrList/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/MywrList/index.vue b/src/pages/MywrList/index.vue index 5ab9287..eedd7aa 100644 --- a/src/pages/MywrList/index.vue +++ b/src/pages/MywrList/index.vue @@ -575,7 +575,7 @@ export default { this.getNowTime(); this.initMaintainLog(); this.stationInfoApi(); - this.getAlertRecord(); + }, initMaintainLog(){//巡检日志 getMaintainLog({stationCode: this.stationCode, pageSize: 3}).then(res => { @@ -836,6 +836,7 @@ export default { setTimeout(() => { this.switchLive(true); }, 2000) + this.getAlertRecord(); }) }, switchLive(live, deployCode){