heyujie
2021-02-25 58417c8de3cce002d75402ac805363de1d9b17a9
src/pages/shuohuangMonitorAnalyze/components/taskManage.vue
@@ -249,7 +249,7 @@
  },
  watch: {
    taskType (n, o) {
      debugger
      // debugger
      this.renderTaskTable();
    }
  },
@@ -313,6 +313,7 @@
          obj.checked = false;
          arr.push(obj);
        }
        debugger
        _this.trainNoList = arr;
        _this.trainNoTotal = res.total;
      });