1 #164
|
@ -102,8 +102,12 @@ export default {
|
|||
'低液位信号',
|
||||
'电机信号',
|
||||
],
|
||||
timer_:null,
|
||||
}
|
||||
},
|
||||
destroyed() {
|
||||
clearInterval(this.timer_)&&this.timer_
|
||||
},
|
||||
mounted() {
|
||||
this.loading = this.$loading({
|
||||
lock: true,
|
||||
|
|
Loading…
Reference in New Issue