From 462264cb8c92e175f3015ef3563fe5bdf1da7fa7 Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Wed, 31 May 2023 19:05:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=8F=AF=E6=98=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page-subspecialty/views/modules/formList/mraOrder.vue | 1 + 1 file changed, 1 insertion(+) 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() } })