Kaynağa Gözat

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

mw_666 3 yıl önce
ebeveyn
işleme
893707e0d1
1 değiştirilmiş dosya ile 0 ekleme ve 4 silme
  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() {