From e75bef8b4be5cfb59cfaa58a551cebf1c05ef3be Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Mon, 29 May 2023 17:56:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=81=E6=95=B0=E6=8D=AE=E6=94=B9=E5=8F=98?= =?UTF-8?q?=E9=A2=84=E7=BA=A6?= 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 67dd5a6..e89bdd8 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.split(',') - this.form.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