fix: 角色管理编辑时新增用户表格增加筛选条件,过滤超级管理员

This commit is contained in:
haodd 2023-07-13 11:17:32 +08:00
parent d63766fef6
commit 7e3a5c57f7
1 changed files with 6 additions and 0 deletions

View File

@ -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'
}
],
},
],