From 3d50e2c6d8cd86ee10b4353ad6365c59f588dbc4 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 31 七月 2024 17:22:02 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/propaganda/Missioncreation.vue |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/src/views/patient/propaganda/Missioncreation.vue b/src/views/patient/propaganda/Missioncreation.vue
index ad931a3..820c48a 100644
--- a/src/views/patient/propaganda/Missioncreation.vue
+++ b/src/views/patient/propaganda/Missioncreation.vue
@@ -14,7 +14,6 @@
             title="浠诲姟涓讳綋"
             description="鍦ㄦ湰閮ㄩ�夋嫨鏈嶅姟鎮h��"
           ></el-step>
-          <el-step icon="el-icon-user" title="妯$増纭"></el-step>
         </el-steps>
       </div>
     </div>
@@ -728,17 +727,13 @@
         { label: "鏇挎崲鍊�", width: "", prop: "Replacementvalue" },
       ],
       preachform: [
-        { label: "澶氬獟浣�", value: 1 },
-        { label: "绾歌川", value: 2 },
-        { label: "鐢佃瘽", value: 3 },
+        { label: "绾夸笅", value: 1 },
+        { label: "鐢佃瘽", value: 2 },
+        { label: "灏忕▼搴�", value: 3 },
         { label: "鐭俊", value: 4 },
-        { label: "寰俊鍏紬鍙�", value: 5 },
-        { label: "寰俊灏忕▼搴�", value: 6 },
-        { label: "鏀粯瀹�", value: 7 },
-        { label: "鏅鸿兘灏忕▼搴�", value: 8 },
-        { label: "閽夐拤", value: 9 },
-        { label: "绾夸笅锛堢焊璐級", value: 10 },
-        { label: "绾夸笂锛堢煭淇�/閽夐拤鐨勬枃鏈�侀棶鍗烽摼鎺ワ級", value: 11 },
+        { label: "寰俊鍏紬", value: 5 },
+        { label: "閽夐拤", value: 6 },
+        { label: "鏅鸿兘鏈哄櫒浜�", value: 7 },
       ],
       // 鏃堕棿澶勭悊
       daytime: [], //鏃ユ湡
@@ -909,6 +904,10 @@
       // this.form.preachform = this.checkList.join(",");
       this.formatFn(1);
       this.form.hospType = this.currenttype;
+      if (!this.form.patTaskRelevances[0]) {
+        this.$modal.msgError("璇烽�夋嫨鐥呬汉");
+        return;
+      }
       const filteredArray = this.variableList.filter(
         (item) =>
           item.name !== "濮撳悕" && item.name !== "鐢佃瘽" && item.name !== "鍦板潃"

--
Gitblit v1.9.3