定时刷新

master
夜笙歌 1 year ago
parent 9380955887
commit 9fab26ee4d

@ -218,6 +218,9 @@ export default {
// this.$nextTick(async () => {
// this.getErrInfo()
await this.setInfo()
setInterval(()=>{
this.setInfo()
},10*1000)
this.$nextTick(() => {
let domList = this.$refs.warningRef
let domParent = this.$refs.warningRefP

Loading…
Cancel
Save