企业列表浮动框

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.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){