From f9902f7a3b79d22bde9f199263ac36de26816470 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期五, 08 五月 2026 14:46:10 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/propaganda/particty.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue
index 9ef35f0..4eae84f 100644
--- a/src/views/patient/propaganda/particty.vue
+++ b/src/views/patient/propaganda/particty.vue
@@ -1402,6 +1402,7 @@
         ];
       } else if (
         this.form.serviceType == 2 ||
+        this.form.serviceType == 18 ||
         this.form.serviceType == 3 ||
         this.form.serviceType == 16 ||
         this.form.serviceType == 4
@@ -1555,6 +1556,9 @@
         this.form.icd10code = this.diagglist
           .map((item) => item.icdcode)
           .join(",");
+        this.form.icd10name = this.diagglist
+          .map((item) => item.icdname)
+          .join(",");
         Editsingletask(this.form).then((res) => {
           if (res.code == 200) {
             if (this.form.taskid) {

--
Gitblit v1.9.3