Browse Source

fix:加班逻辑bug修改

chenzhen2 1 năm trước cách đây
mục cha
commit
b88a2e522e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/envmonitor/index.vue

+ 1 - 1
src/views/envmonitor/index.vue

@@ -1608,7 +1608,7 @@ export default defineComponent({
         proxyData.equipTimer = null;
       },
       // 定时器
-      getSpaceEquipListTimer(timerLen: any = 600000) {
+      getSpaceEquipListTimer(timerLen: any = 5000) {
         proxyData.clearEquipTimer();
         proxyData.equipTimer = setTimeout(() => {
           proxyData.getSpaceEquipList();