WXL
2024-08-01 41b1f5280255ac539e40d4cd794532ae1829ce17
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) => {});
        }
      });