pull/164/head
sunmeng 2024-08-23 15:39:05 +08:00
parent c87d0560ac
commit e38fce8aa7
1 changed files with 4 additions and 0 deletions

View File

@ -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,