WXL (wul)
8 天以前 ffa22cc18c75c0a73a3fd987e2b62fbf55316db2
src/views/followvisit/tasklist/index.vue
@@ -1003,7 +1003,9 @@
    // 暂停
    stop(row) {
      console.log(row);
      this.$modal
        .confirm('是否确认暂停"' + row.taskName + '"?')
        .then(function () {
      if (row.sendState == 2) {
        this.TaskOperation.taskId = row.taskid;
        this.TaskOperation.sendState = 3;
@@ -1014,6 +1016,9 @@
          this.getList();
        });
      }
        })
        .catch(() => {});
    },
    /** 提交按钮 */