首页显示时加载报警数
This commit is contained in:
parent
52f83b39e0
commit
31cc5b8fd0
@ -364,6 +364,9 @@
|
||||
created() {
|
||||
this.getAlarmCount();
|
||||
},
|
||||
onShow() {
|
||||
this.getAlarmCount();
|
||||
},
|
||||
mounted() {
|
||||
this.queryBottomCylDataInit();
|
||||
this.intervalTask = setInterval(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user