Browse Source

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

mw_666 3 years ago
parent
commit
893707e0d1
1 changed files with 0 additions and 4 deletions
  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() {