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 @@