From f22ceb77f92a5168af29e42b82bff2af4b0302df Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Tue, 30 May 2023 09:50:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A2=84=E7=BA=A6bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nurseManagement/reservation/schedule/addPatientOrder.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/page-subspecialty/views/modules/nurseManagement/reservation/schedule/addPatientOrder.vue b/src/page-subspecialty/views/modules/nurseManagement/reservation/schedule/addPatientOrder.vue index e89bdd8..98c969a 100644 --- a/src/page-subspecialty/views/modules/nurseManagement/reservation/schedule/addPatientOrder.vue +++ b/src/page-subspecialty/views/modules/nurseManagement/reservation/schedule/addPatientOrder.vue @@ -200,8 +200,8 @@ export default { this.form.doctorId = this.patientDetail.doctorId this.form.doctorName = this.patientDetail.doctorName this.form.eyeType = this.patientDetail.eyeType - this.form.project = this.patientDetail.project && this.patientDetail.project.split(',') - this.form.preparation = this.patientDetail.preparation && this.patientDetail.preparation.split(',') + this.form.project = this.patientDetail.project && this.patientDetail.project.split(',') || [] + this.form.preparation = this.patientDetail.preparation && this.patientDetail.preparation.split(',') || [] this.form.remark = this.patientDetail.remark this.form.otherProject = this.patientDetail.otherProject this.form.source = this.patientDetail.source