Compare commits

...

2 Commits

Author SHA1 Message Date
xiaomeng f2f7041541 Merge pull request '1' (#164) from pc-master into portal
Reviewed-on: #164
2024-08-23 07:43:37 +00:00
sunmeng e38fce8aa7 1 2024-08-23 15:39:05 +08:00
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() {
this.loading = this.$loading({
lock: true,