mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-11 12:57:10 +08:00
refactor(system/user): 分页列表调整排除用户 ID 列表参数为 roleId,改为后端根据 roleId 查询
This commit is contained in:
@@ -94,13 +94,13 @@ const emit = defineEmits<{
|
||||
interface Props {
|
||||
multiple?: boolean
|
||||
value: string | string[]
|
||||
excludeValue?: string[]
|
||||
roleId?: string
|
||||
}
|
||||
|
||||
// 查询表单
|
||||
const queryForm = reactive<UserQuery>({
|
||||
sort: ['t1.createTime,desc', 't1.id,desc'],
|
||||
excludeUserIds: props.excludeValue,
|
||||
roleId: props.roleId,
|
||||
})
|
||||
|
||||
// 用户列表
|
||||
|
||||
Reference in New Issue
Block a user