角色授权参数修改 负责人参数接口参数添加
This commit is contained in:
@@ -35,7 +35,7 @@ export default {
|
||||
* 获取所有用户
|
||||
*/
|
||||
initUserList() {
|
||||
getAllUserList().then(res => {
|
||||
getAllUserList({status:1}).then(res => {
|
||||
this.userList = res.result
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user