mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-11 12:57:10 +08:00
refactor: 重构角色管理
This commit is contained in:
@@ -219,7 +219,7 @@ onUnmounted(() => {
|
||||
overflow: hidden;
|
||||
|
||||
:deep(.arco-table-border .arco-table-container) {
|
||||
border: none;
|
||||
// do nothing
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -94,11 +94,13 @@ const emit = defineEmits<{
|
||||
interface Props {
|
||||
multiple?: boolean
|
||||
value: string | string[]
|
||||
excludeValue?: string[]
|
||||
}
|
||||
|
||||
// 查询表单
|
||||
const queryForm = reactive<UserQuery>({
|
||||
sort: ['t1.createTime,desc', 't1.id,desc'],
|
||||
excludeUserIds: props.excludeValue,
|
||||
})
|
||||
|
||||
// 用户列表
|
||||
|
||||
Reference in New Issue
Block a user