From 6bc24b57837948408cfc4812bbab6ac2f9f4a3dc Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期一, 15 九月 2025 16:41:26 +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 7de62be..52295b1 100644
--- a/src/views/patient/patient/outpatient.vue
+++ b/src/views/patient/patient/outpatient.vue
@@ -1147,9 +1147,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