WXL
2024-11-01 b557dde5b61a6c38f22b07d3e7af00b3ae71fd44
src/views/repositoryai/templateku/configurat/index.vue
@@ -1801,7 +1801,7 @@
        compileFollowup(this.ruleForm).then((res) => {
          this.$modal.msgSuccess("修改成功");
          this.confirmillness();
          this.putbelongDepts();
          this.putbelongDepts(this.id);
          this.$modal.closeLoading();
          // this.$router.go(-1);
          window.location.reload();
@@ -1875,6 +1875,13 @@
    },
    // 保存科室/病区
    putbelongDepts(id) {
      this.tempDetpRelevanceslistform.forEach(item=>{
        if (!item.tempid) item.tempid=id;
      })
      this.tempbelongWardsform.forEach(item=>{
        if (!item.tempid) item.tempid=id;
      })
      if (this.tempDetpRelevanceslistform.length > 0) {
        depthospgetson(this.tempDetpRelevanceslistform).then((res) => {
          if (res.code == 200) {