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