From 181848d219a5265f853c62ab0221594122720cce Mon Sep 17 00:00:00 2001 From: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Date: Fri, 20 Jun 2025 21:13:31 +0800 Subject: [PATCH] fix(authorization): knowledge (#3336) --- ui/src/views/resource-authorization/index.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/ui/src/views/resource-authorization/index.vue b/ui/src/views/resource-authorization/index.vue index 39d301d64..25abe9a48 100644 --- a/ui/src/views/resource-authorization/index.vue +++ b/ui/src/views/resource-authorization/index.vue @@ -52,7 +52,11 @@

{{ $t('views.resourceAuthorization.permissionSetting') }}

- + { }) } +const handleTabChange = () => { + getWholeTree(currentUser.value) +} + function getFolder() { return AuthorizationApi.getSystemFolder( currentWorkspaceId.value || 'default', - 'KNOWLEDGE', + activeName.value, {}, loading, )