Sfoglia il codice sorgente

安全监控分站管理历史数据问题修改

bobo04052021@163.com 4 mesi fa
parent
commit
846b3c7c5d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/vent/safetyList/common/detail.vue

+ 1 - 1
src/views/vent/safetyList/common/detail.vue

@@ -511,7 +511,7 @@ async function getDeviceList() {
 function onChangeTab(tab) {
   activeKey.value = tab;
   if (activeKey.value == 'device') {
-    // clearTimeout(timer1);
+    clearTimeout(timer1);
     getSubStationList();
     getStationList1();
   } else {