diff --git a/src/page-subspecialty/views/modules/formList/mraOrder.vue b/src/page-subspecialty/views/modules/formList/mraOrder.vue index c223af4..096ea6c 100644 --- a/src/page-subspecialty/views/modules/formList/mraOrder.vue +++ b/src/page-subspecialty/views/modules/formList/mraOrder.vue @@ -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() } })