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