XMLWAN 3 years ago
parent
commit
65a3e58043
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/dialysis/template/DialysisPrintOrderThirtyFive.vue

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderThirtyFive.vue View File

1367
           if (patientInfo.gender === 2) {
1367
           if (patientInfo.gender === 2) {
1368
             patientInfo.gender = "女";
1368
             patientInfo.gender = "女";
1369
           }
1369
           }
1370
-          console.log("patientInfo", patientInfo);
1370
+          // console.log("patientInfo", patientInfo);
1371
           this.patientInfo = patientInfo;
1371
           this.patientInfo = patientInfo;
1372
           this.patientInfo.birth = uParseTime(
1372
           this.patientInfo.birth = uParseTime(
1373
             this.patientInfo.birthday,
1373
             this.patientInfo.birthday,