소스 검색

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

bobo04052021@163.com 6 달 전
부모
커밋
846b3c7c5d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {