From 650ebcbabb769f44ed4b0b4e3e4895904472f19f Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Wed, 24 May 2023 19:36:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=BB=E7=96=97=E8=A1=A8=E5=8D=95=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/modules/formList/laserSurgery.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/page-subspecialty/views/modules/formList/laserSurgery.vue b/src/page-subspecialty/views/modules/formList/laserSurgery.vue index a6aac85..bb1d2b0 100644 --- a/src/page-subspecialty/views/modules/formList/laserSurgery.vue +++ b/src/page-subspecialty/views/modules/formList/laserSurgery.vue @@ -286,13 +286,6 @@ export default { } }, created() { - this.confirmData.patientName = this.patientDetail.patientName - this.confirmData.patientAge = this.patientDetail.patientAge - this.confirmData.patientSex = this.patientDetail.patientSex - this.confirmData.patientId = this.patientDetail.patientId - this.confirmData.patientAddress = this.patientDetail.patientAddress - this.confirmData.patientPhone = this.patientDetail.patientPhone - this.confirmData.operateDate = new Date() // 患者信息带入 this.getConfirmDetail() this.queryProject() @@ -374,6 +367,13 @@ export default { this.confirmData = { ...detail } this.queryDiagnostic() if (!detail.jzNumber) { + this.confirmData.patientName = this.patientDetail.patientName + this.confirmData.patientAge = this.patientDetail.patientAge + this.confirmData.patientSex = this.patientDetail.patientSex + this.confirmData.patientId = this.patientDetail.patientId + this.confirmData.patientAddress = this.patientDetail.patientAddress + this.confirmData.patientPhone = this.patientDetail.patientPhone + this.confirmData.operateDate = new Date() if (this.confirmData.eyeType === 'OD') { this.confirmData.jgzlSyt = odOrOs.od } else {