From 1811ac2572dc2e7116f8ba4ea537abf7d57dd61e Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 02 八月 2024 16:31:01 +0800
Subject: [PATCH] 测试完成
---
src/views/shortmessage/healthinformation/index.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/views/shortmessage/healthinformation/index.vue b/src/views/shortmessage/healthinformation/index.vue
index 931fe39..af85a3d 100644
--- a/src/views/shortmessage/healthinformation/index.vue
+++ b/src/views/shortmessage/healthinformation/index.vue
@@ -642,6 +642,7 @@
handleAdd() {
this.$router.push({
path: "/knowledge/education/compilequer/",
+ query: { hetype: 2 },
});
},
/** 淇敼鎸夐挳鎿嶄綔 */
@@ -835,6 +836,7 @@
this.illnesslist.forEach((item, index) => {
if (!item.id) {
item.hetype = 2;
+
addtargetillness(item).then((res) => {});
}
});
--
Gitblit v1.9.3