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(() => {}); }, /** 提交按钮 */