Merge pull request '1' (#164) from pc-master into portal
Reviewed-on: #164
This commit is contained in:
commit
f2f7041541
@ -102,8 +102,12 @@ export default {
|
|||||||
'低液位信号',
|
'低液位信号',
|
||||||
'电机信号',
|
'电机信号',
|
||||||
],
|
],
|
||||||
|
timer_:null,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
destroyed() {
|
||||||
|
clearInterval(this.timer_)&&this.timer_
|
||||||
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.loading = this.$loading({
|
this.loading = this.$loading({
|
||||||
lock: true,
|
lock: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user