From 56c5f1f9c7f9ec8d229faf8139093698be65ec87 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 18 九月 2025 09:42:42 +0800
Subject: [PATCH] 测试完成

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

diff --git a/src/views/followvisit/tasklist/index.vue b/src/views/followvisit/tasklist/index.vue
index 0709ab4..2f14227 100644
--- a/src/views/followvisit/tasklist/index.vue
+++ b/src/views/followvisit/tasklist/index.vue
@@ -253,6 +253,7 @@
               ><span class="button-xj">渚濈収鏂板</span></el-button
             >
             <el-button
+              v-if="scope.row.sendState != 5"
               size="medium"
               type="text"
               @click="handleAddpatient(scope.row.taskid, scope.row.type)"
@@ -689,7 +690,7 @@
             label: "闂嵎闅忚",
           },
         ];
-        this.topqueryParams.type = 2;
+        // this.topqueryParams.type = 2;
       } else if (this.tasktopic == 4 || this.tasktopic == 8) {
         if (!this.topqueryParams.type) this.topqueryParams.type = "3";
         this.longtermlist = [
@@ -715,7 +716,7 @@
             label: "瀹f暀鍏虫��",
           },
         ];
-        this.topqueryParams.type = 2;
+        // this.topqueryParams.type = 2;
       }
       this.topqueryParams.beginTime = this.dateRange[0];
       this.topqueryParams.endTime = this.dateRange[1];

--
Gitblit v1.9.3