From 4e45b8f9947980ad9afd34177d98c52b321f991b Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Thu, 11 May 2023 17:32:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8D=E7=A7=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/modules/formList/laserSurgery.vue | 12 ++++++------ .../reservation/schedule/doctor-schedule.vue | 2 +- .../nurseManagement/reservation/subSetting/index.vue | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/page-subspecialty/views/modules/formList/laserSurgery.vue b/src/page-subspecialty/views/modules/formList/laserSurgery.vue index 2497eb8..d705c5b 100644 --- a/src/page-subspecialty/views/modules/formList/laserSurgery.vue +++ b/src/page-subspecialty/views/modules/formList/laserSurgery.vue @@ -229,12 +229,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.getConfirmDetail() this.queryProject() this.$store.commit('initPlugin') @@ -285,6 +279,12 @@ export default { }}).then(data => { const detail = data.data.data this.confirmData = { ...detail } + 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.$store.commit('operator', detail.operateSign) }) }, diff --git a/src/page-subspecialty/views/modules/nurseManagement/reservation/schedule/doctor-schedule.vue b/src/page-subspecialty/views/modules/nurseManagement/reservation/schedule/doctor-schedule.vue index 79a73b4..aa9e0d5 100644 --- a/src/page-subspecialty/views/modules/nurseManagement/reservation/schedule/doctor-schedule.vue +++ b/src/page-subspecialty/views/modules/nurseManagement/reservation/schedule/doctor-schedule.vue @@ -21,7 +21,7 @@
- 检查项目 + 项目