From a78b97b7eda94afd0c869770c16688c020880a4a Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 17 九月 2025 15:35:46 +0800
Subject: [PATCH] 同步

---
 src/views/patient/patient/outpatient.vue |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/views/patient/patient/outpatient.vue b/src/views/patient/patient/outpatient.vue
index ac589bc..dd47b1f 100644
--- a/src/views/patient/patient/outpatient.vue
+++ b/src/views/patient/patient/outpatient.vue
@@ -277,7 +277,11 @@
             key="telcode"
             prop="telcode"
             width="120"
-          />
+           >
+                <template slot-scope="scope">
+                  <span>{{ desensitization(scope.row.telcode,'phone') }}</span>
+                </template></el-table-column
+              >
           <!-- <el-table-column
             label="鎮h�呮爣绛撅紙缂猴級"
             align="center"
@@ -1147,9 +1151,10 @@
         // 閬嶅巻閫変腑鐨勬偅鑰咃紝閫愪釜璋冪敤鎺ュ彛
         for (const patient of this.selectedPatients) {
           const params = {
-            taskId: this.selectedTask.taskId,
+            taskid: this.selectedTask.taskid,
             taskName: this.selectedTask.taskName,
             serviceType: this.selectedTask.serviceType,
+            sendstate:2,
             ...patient,
             age: "",
           };

--
Gitblit v1.9.3