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