diff --git a/frontend/src/views/system/workspace/AuthorizedWorkspaceDialog.vue b/frontend/src/views/system/workspace/AuthorizedWorkspaceDialog.vue index 6b565d5a..918bbe31 100644 --- a/frontend/src/views/system/workspace/AuthorizedWorkspaceDialog.vue +++ b/frontend/src/views/system/workspace/AuthorizedWorkspaceDialog.vue @@ -187,7 +187,7 @@ const open = async (id: any) => { checkTableList.value = [] checkAll.value = false isIndeterminate.value = false - const systemWorkspaceList = await workspaceOptionUserList({ oid }, 1, 1000) + const systemWorkspaceList = await workspaceOptionUserList({ oid }, 1, 1000000) workspace.value = JSON.parse( JSON.stringify(systemWorkspaceList.items.filter((ele: any) => +ele.id !== 1) as any) )