Browse Source

默认可是

360view
bianyaqi 2 years ago
parent
commit
462264cb8c
  1. 1
      src/page-subspecialty/views/modules/formList/mraOrder.vue

1
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()
}
})

Loading…
Cancel
Save