From 26a9d430a32749502972a7eff771270633ce3c91 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 03 九月 2025 16:50:10 +0800
Subject: [PATCH] 测试完成

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

diff --git a/src/views/patient/patient/outpatient.vue b/src/views/patient/patient/outpatient.vue
index 1c15e07..3952a15 100644
--- a/src/views/patient/patient/outpatient.vue
+++ b/src/views/patient/patient/outpatient.vue
@@ -1145,9 +1145,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