企业列表浮动框

This commit is contained in:
wgx 2026-09-15 18:28:09 +08:00
parent f9a77cdecc
commit e3ab51a2db
1 changed files with 2 additions and 1 deletions

View File

@ -575,7 +575,7 @@ export default {
this.getNowTime(); this.getNowTime();
this.initMaintainLog(); this.initMaintainLog();
this.stationInfoApi(); this.stationInfoApi();
this.getAlertRecord();
}, },
initMaintainLog(){// initMaintainLog(){//
getMaintainLog({stationCode: this.stationCode, pageSize: 3}).then(res => { getMaintainLog({stationCode: this.stationCode, pageSize: 3}).then(res => {
@ -836,6 +836,7 @@ export default {
setTimeout(() => { setTimeout(() => {
this.switchLive(true); this.switchLive(true);
}, 2000) }, 2000)
this.getAlertRecord();
}) })
}, },
switchLive(live, deployCode){ switchLive(live, deployCode){