|
@@ -45,8 +45,8 @@
|
45
|
45
|
<el-radio-button label="病历"></el-radio-button>
|
46
|
46
|
</el-radio-group>
|
47
|
47
|
</div>
|
48
|
|
- <desk-prescription ref="prescriptions" :prescriptions="prescriptions" :patientInfo="patientInfo" :hisPatientInfo="hisPatientInfo"
|
49
|
|
- v-if="titleType == '处方'" style="flex:1;"></desk-prescription>
|
|
48
|
+ <desk-prescription ref="prescriptions" :prescriptions="prescriptions" :patientInfo="patientInfo" :hisPatientInfo="hisPatientInfo"
|
|
49
|
+ v-if="titleType == '处方'" style="flex:1;"></desk-prescription>
|
50
|
50
|
<desk-record :record_date="record_date" :case_history="case_history" :patientInfo="patientInfo"
|
51
|
51
|
:hisPatientInfo="hisPatientInfo" v-if="titleType == '病历'"></desk-record>
|
52
|
52
|
</div>
|
|
@@ -216,7 +216,8 @@
|
216
|
216
|
},
|
217
|
217
|
changePatient(val){
|
218
|
218
|
console.log("患者val",val)
|
219
|
|
- this.patient_id = val.id
|
|
219
|
+ this.hisPatientInfo = val.his_patient
|
|
220
|
+ console.log("333333",this.hisPatientInfo)
|
220
|
221
|
}
|
221
|
222
|
}, created() {
|
222
|
223
|
var nowDate = new Date()
|