角色授权参数修改 负责人参数接口参数添加

This commit is contained in:
fengachen
2021-09-14 09:54:10 +08:00
parent 631d3131cd
commit 32dc280a12
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ export default {
* 获取所有用户
*/
initUserList() {
getAllUserList().then(res => {
getAllUserList({status:1}).then(res => {
this.userList = res.result
})
},
+1 -1
View File
@@ -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)=>{