소스 검색

专题分析bug

chenminghua 3 년 전
부모
커밋
f9d8d8bbcc
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/views/specific/ztfx.vue

+ 4 - 4
src/views/specific/ztfx.vue

@@ -1704,10 +1704,10 @@ export default {
     _this.$nextTick(() => {
       _this.getMonthList(false);
       _this.getSecordList(false);
-      _this.timmer = setInterval(() => {
-        _this.getMonthList(false);
-        _this.getSecordList(false);
-      }, _this.$store.state.websocketTimeSec);
+      // _this.timmer = setInterval(() => {
+      //   _this.getMonthList(false);
+      //   _this.getSecordList(false);
+      // }, _this.$store.state.websocketTimeSec);
     });
   },
   unmounted() {