소스 검색

删除页面一秒请求一次的方法

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

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

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