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) => {}); } });