Browse Source

fix:手动控制上限问题处理

chenzhen2 1 year ago
parent
commit
f4f4835850
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/views/envmonitor/components/Air/manualIndex.vue

+ 5 - 1
src/views/envmonitor/components/Air/manualIndex.vue

@@ -1027,7 +1027,11 @@ export default defineComponent({
               proxyData.getAirInfoToTimer();
             }
           })
-          .catch(() => {});
+          .catch(() => {
+            if (isAddTimer == 0) {
+              proxyData.getAirInfoToTimer();
+            }
+          });
       },
     });
     watch(