From 4f2bcd8006fbfdb64f3658f3f24c5ebfb78183ff Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Mon, 12 Jan 2026 18:59:50 +0800 Subject: [PATCH] seo --- .../patientRegister/PatientRegisterEdit.vue | 4 ++-- .../patientRegister/PatientRegisterList.vue | 24 ++++++++++++------- src/views/common-settings/ItemType.vue | 4 ++++ src/views/user-list/Role.vue | 7 +++--- 4 files changed, 25 insertions(+), 14 deletions(-) diff --git a/src/components/patientRegister/PatientRegisterEdit.vue b/src/components/patientRegister/PatientRegisterEdit.vue index 6cb6aa6..a51d943 100644 --- a/src/components/patientRegister/PatientRegisterEdit.vue +++ b/src/components/patientRegister/PatientRegisterEdit.vue @@ -1322,9 +1322,9 @@ export default { }) // 业务员 {operatorTypes:["1","3"]} - postapi('/api/identity/users/GetListByOperatorType', { operatorTypes: ["0", "1", "2", "3", "4"] }) + //postapi('/api/identity/users/GetListByOperatorType', { operatorTypes: ["0", "1", "2", "3", "4"] }) //roleSysParmId:'sale_role_id' - //postapi('/api/identity/users/GetUserListBySaleRole',{}) + postapi('/api/identity/users/GetUserListBySaleRole') .then(res => { if (res.code > -1) { this.dictSalesman = res.data diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue index 337f8a3..01b9ccd 100644 --- a/src/components/patientRegister/PatientRegisterList.vue +++ b/src/components/patientRegister/PatientRegisterList.vue @@ -5,8 +5,8 @@