From 41b1f5280255ac539e40d4cd794532ae1829ce17 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 01 八月 2024 18:25:36 +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