WXL
2 天以前 c8e9849cb5f24848df0174c13bfbbff37bb08a5a
src/views/project/donatefollowup/index.vue
@@ -272,7 +272,7 @@
            <el-form-item label="捐献编号">
              <el-input
                disabled
                v-model="this.curCase.donorno"
                v-model="this.curCase.caseNo"
                placeholder="请输入随访描述"
              /> </el-form-item
          ></el-col>
@@ -536,8 +536,7 @@
      this.form.organid = row.id;
      this.form.infoid = row.infoid;
      this.curCase.donorno = row.donorno;
      this.curCase.donorno = row.donorno;
      this.curCase.caseNo = row.caseNo;
      this.curCase.name = row.name;
      this.curCase.transplanthospitalname = row.transplanthospitalname;
      this.curCase.organname = row.organname;
@@ -548,7 +547,7 @@
    },
    /** 修改按钮操作 */
    handleUpdate(row) {
      this.curCase.donorno = row.donorno;
      this.curCase.caseNo = row.caseNo;
      this.curCase.name = row.name;
      this.curCase.transplanthospitalname = row.transplanthospitalname;
      this.curCase.organname = row.organname;