From d3c60e18b95b50751f8088fa2d23cd8ff7f173bc Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 01 七月 2026 11:05:17 +0800
Subject: [PATCH] 测试完成

---
 src/views/followvisit/tasklist/index.vue |   28 +++++++++++++++++-----------
 1 files changed, 17 insertions(+), 11 deletions(-)

diff --git a/src/views/followvisit/tasklist/index.vue b/src/views/followvisit/tasklist/index.vue
index 9640683..aafd22e 100644
--- a/src/views/followvisit/tasklist/index.vue
+++ b/src/views/followvisit/tasklist/index.vue
@@ -685,6 +685,7 @@
         this.tasktopic == 7 ||
         this.tasktopic == 5 ||
         this.tasktopic == 18 ||
+        this.tasktopic == 19 ||
         this.tasktopic == 6
       ) {
         if (!this.topqueryParams.type) this.topqueryParams.type = "2";
@@ -1002,17 +1003,22 @@
 
     // 鏆傚仠
     stop(row) {
-      console.log(row);
-      if (row.sendState == 2) {
-        this.TaskOperation.taskId = row.taskid;
-        this.TaskOperation.sendState = 3;
-        this.TaskOperation.sendType = "";
-        this.TaskOperation.taskType = row.type;
-        TaskTemplateSendExecution(this.TaskOperation).then((res) => {
-          this.$modal.msgSuccess("浠诲姟宸叉殏鍋�");
-          this.getList();
-        });
-      }
+      this.$modal
+        .confirm('鏄惁纭鏆傚仠"' + row.taskName + '"锛�')
+        .then(function () {
+          if (row.sendState == 2) {
+            this.TaskOperation.taskId = row.taskid;
+            this.TaskOperation.sendState = 3;
+            this.TaskOperation.sendType = "";
+            this.TaskOperation.taskType = row.type;
+            TaskTemplateSendExecution(this.TaskOperation).then((res) => {
+              this.$modal.msgSuccess("浠诲姟宸叉殏鍋�");
+              this.getList();
+            });
+          }
+        })
+
+        .catch(() => {});
     },
 
     /** 鎻愪氦鎸夐挳 */

--
Gitblit v1.9.3