WXL
昨天 1ec2cedcf637fc210761cb28270a65009c9f7618
维护
已修改1个文件
11 ■■■■ 文件已修改
src/views/business/maintain/maintainInfo.vue 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/business/maintain/maintainInfo.vue
@@ -546,6 +546,7 @@
        { value: "3", label: "尿培养" },
        { value: "4", label: "伤口分泌物" },
        { value: "5", label: "脑脊液培养" },
        { value: "5", label: "皮肤" },
        { value: "6", label: "其他" }
      ],
@@ -743,7 +744,7 @@
        }
        this.extracontentinfo.specialMedicalHistory = this.form.specialMedicalHistory;
        let response;
        if (this.isEditMode && this.currentMaintenanceId) {
        if (this.currentMaintenanceId) {
          saveData.id = this.currentMaintenanceId;
          response = await maintainedit(saveData);
        } else {
@@ -752,7 +753,7 @@
        if (response.code === 200) {
          this.$message.success("保存成功");
          this.isEdit = false;
          // this.isEdit = false;
          if (!this.currentMaintenanceId) {
            this.currentMaintenanceId = response.data;
          }
@@ -775,10 +776,10 @@
    // 切换编辑模式
    toggleEditMode() {
      this.isEdit = !this.isEdit;
      if (!this.isEdit) {
      // this.isEdit = !this.isEdit;
      // if (!this.isEdit) {
      // }
        this.handleSave();
      }
    },
    accomplish() {
      this.$confirm("是否完成该案例捐献确认步骤?", "提醒", {