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