From a9a1a5cf8e6d6677374e9ef7bcddb97877e4eee4 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 02 八月 2024 15:34:12 +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