From a85d70fa032f355baa9cafdb2b7350a19cd88741 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 03 六月 2024 15:30:24 +0800
Subject: [PATCH] 测试完成

---
 src/views/followvisit/tasklist/index.vue |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/src/views/followvisit/tasklist/index.vue b/src/views/followvisit/tasklist/index.vue
index a04d02e..6c92687 100644
--- a/src/views/followvisit/tasklist/index.vue
+++ b/src/views/followvisit/tasklist/index.vue
@@ -733,16 +733,21 @@
       if (row.sendState != 2) {
         this.TaskOperation.taskId = row.taskid;
         this.TaskOperation.sendState = 2;
-        TaskTemplateSendExecution(this.TaskOperation).then((res) => {});
+        TaskTemplateSendExecution(this.TaskOperation).then((res) => {
+          this.getList();
+        });
       }
     },
+    // 绔嬪嵆鎵ц
     immediateExecution(row) {
       console.log(row, "浠诲姟淇℃伅");
       if (row.sendState != 2) {
         this.TaskOperation.taskId = row.taskid;
         this.TaskOperation.sendState = 2;
         this.TaskOperation.sendType = 2;
-        TaskTemplateSendExecution(this.TaskOperation).then((res) => {});
+        TaskTemplateSendExecution(this.TaskOperation).then((res) => {
+          this.getList();
+        });
       }
     },
 
@@ -755,7 +760,9 @@
       if (row.sendState == 2) {
         this.TaskOperation.taskId = row.taskId;
         this.TaskOperation.sendState = 3;
-        TaskTemplateSendExecution().then((res) => {});
+        TaskTemplateSendExecution().then((res) => {
+          this.getList();
+        });
       }
     },
 

--
Gitblit v1.9.3