fix: 角色管理编辑时新增用户表格增加筛选条件,过滤超级管理员
This commit is contained in:
parent
d63766fef6
commit
7e3a5c57f7
|
@ -60,6 +60,12 @@ const getUserList = (oParams: any) => {
|
|||
column: 'id$in-dimension$role$not',
|
||||
value: props.roleId,
|
||||
},
|
||||
{
|
||||
column: 'username',
|
||||
value: 'admin',
|
||||
termType: 'not',
|
||||
type: 'and'
|
||||
}
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue