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