Compare commits
2 Commits
9ca395b622
...
f2f7041541
Author | SHA1 | Date |
---|---|---|
xiaomeng | f2f7041541 | |
sunmeng | e38fce8aa7 |
|
@ -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