From 5f48ce130aed70e8b5f775373178bbf2bbc0ae80 Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Tue, 11 Apr 2023 15:31:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BB=E5=B8=88=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../optometryManagement/dioptric/patient-add-or-update.vue | 2 +- .../modules/outpatientManagement/call/patient-add-or-update.vue | 2 +- .../outpatientManagement/treat/patient-add-or-update.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/page-subspecialty/views/modules/optometryManagement/dioptric/patient-add-or-update.vue b/src/page-subspecialty/views/modules/optometryManagement/dioptric/patient-add-or-update.vue index 30bcfe9..78015c1 100644 --- a/src/page-subspecialty/views/modules/optometryManagement/dioptric/patient-add-or-update.vue +++ b/src/page-subspecialty/views/modules/optometryManagement/dioptric/patient-add-or-update.vue @@ -176,7 +176,7 @@ export default { // 获取医师列表 getDoctorList(val) { this.$http.get('/sys/user', { params: { position: val }}).then(data => { - if (val === '视光医生') { + if (val === '视光医师') { this.sgDoctorList = data.data.data } else { this.mzDoctorList = data.data.data diff --git a/src/page-subspecialty/views/modules/outpatientManagement/call/patient-add-or-update.vue b/src/page-subspecialty/views/modules/outpatientManagement/call/patient-add-or-update.vue index 650acb0..7b17539 100644 --- a/src/page-subspecialty/views/modules/outpatientManagement/call/patient-add-or-update.vue +++ b/src/page-subspecialty/views/modules/outpatientManagement/call/patient-add-or-update.vue @@ -184,7 +184,7 @@ export default { // 获取医师列表 getDoctorList(val) { this.$http.get('/sys/user', { params: { position: val }}).then(data => { - if (val === '视光医生') { + if (val === '视光医师') { this.sgDoctorList = data.data.data } else { this.mzDoctorList = data.data.data diff --git a/src/page-subspecialty/views/modules/outpatientManagement/treat/patient-add-or-update.vue b/src/page-subspecialty/views/modules/outpatientManagement/treat/patient-add-or-update.vue index 8292067..e0e6218 100644 --- a/src/page-subspecialty/views/modules/outpatientManagement/treat/patient-add-or-update.vue +++ b/src/page-subspecialty/views/modules/outpatientManagement/treat/patient-add-or-update.vue @@ -172,7 +172,7 @@ export default { // 获取医师列表 getDoctorList(val) { this.$http.get('/sys/user', { params: { position: val }}).then(data => { - if (val === '视光医生') { + if (val === '视光医师') { this.sgDoctorList = data.data.data } else { this.mzDoctorList = data.data.data