We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f492fd8 commit 3316dd1Copy full SHA for 3316dd1
frontend/src/views/system/permission/SelectPermission.vue
@@ -120,7 +120,7 @@ const open = async (user: any) => {
120
checkAll.value = false
121
isIndeterminate.value = false
122
const systemWorkspaceList = await workspaceUserList({}, 1, 1000)
123
- workspace.value = systemWorkspaceList.items.filter((ele: any) => ele.weight !== 1) as any
+ workspace.value = systemWorkspaceList.items as any
124
if (user?.length) {
125
checkedWorkspace.value = workspace.value.filter((ele) => user.includes(ele.id))
126
handleCheckedWorkspaceChange(checkedWorkspace.value)
0 commit comments