WXL
2024-08-02 a9a1a5cf8e6d6677374e9ef7bcddb97877e4eee4
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) => {});
        }
      });