Browse Source

问题修改

SunZehao 3 months ago
parent
commit
3ec867053f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/IntegratedAlarm/DetailMatrix/index.vue

+ 2 - 1
src/views/IntegratedAlarm/DetailMatrix/index.vue

@@ -778,8 +778,9 @@
 
 
         mounted() {
-            this.timmer = setInterval(() => {
             this.requestData(true);
+            this.timmer = setInterval(() => {
+                this.requestData(true);
             }, 5000);
         },
         unmounted() {