소스 검색

[Mod 0000] 修改可配置首页保德的定时器任务

houzekong 1 개월 전
부모
커밋
d35c0e3d02
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/vent/home/configurable/dustBD.vue
  2. 1 1
      src/views/vent/home/configurable/fireBD.vue

+ 1 - 1
src/views/vent/home/configurable/dustBD.vue

@@ -96,7 +96,7 @@
       getDisHome({
         dataList: devicesTypes.value.concat('dustAllMineWarn').join(','),
       }).then(updateData);
-    }, 60000);
+    }, 2000);
   });
 
   onUnmounted(() => {

+ 1 - 1
src/views/vent/home/configurable/fireBD.vue

@@ -122,7 +122,7 @@
       getDisHome({
         dataList: devicesTypes.value.concat('fireAllMineWarn').join(','),
       }).then(updateData);
-    }, 60000);
+    }, 2000);
   });
 
   onUnmounted(() => {