瀏覽代碼

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

houzekong 3 周之前
父節點
當前提交
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(() => {