|
|
@ -351,6 +351,7 @@ export default { |
|
|
|
this.formData.patientId = this.patientDetail.patientId |
|
|
|
this.formData.patientBirthday = this.$moment(this.patientDetail.patientBirthday).format('YYYY-MM-DD') |
|
|
|
this.formData.patientPhone = this.patientDetail.patientPhone |
|
|
|
this.formData.department = '眼科' |
|
|
|
this.queryOrderForm() |
|
|
|
} |
|
|
|
}) |
|
|
|