瀏覽代碼

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

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() {