企业列表浮动框
This commit is contained in:
parent
f9a77cdecc
commit
e3ab51a2db
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Reference in New Issue