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