|
|
|
@ -63,10 +63,11 @@ export default { |
|
|
|
methods: { |
|
|
|
// 初始化字典数据 |
|
|
|
dictInit() { |
|
|
|
getapi('/api/identity/users/getlist?SkipCount=0&MaxResultCount=1000') |
|
|
|
// 用户 |
|
|
|
postapi('/api/identity/users/GetListByOperatorType',{operatorTypes:["1","3"]}) |
|
|
|
.then(res => { |
|
|
|
if (res.code > -1) { |
|
|
|
this.users = res.data.items |
|
|
|
this.users = res.data |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
|