From 871e810918c89fb4a0c540904beff417806d9b63 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Tue, 28 Oct 2025 11:29:17 +0800 Subject: [PATCH] fix: Resource authorization: "Select All" is ineffective (#4274) --- .../resource-authorization/component/PermissionTable.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ui/src/views/system/resource-authorization/component/PermissionTable.vue b/ui/src/views/system/resource-authorization/component/PermissionTable.vue index 569777150..290da776f 100644 --- a/ui/src/views/system/resource-authorization/component/PermissionTable.vue +++ b/ui/src/views/system/resource-authorization/component/PermissionTable.vue @@ -56,13 +56,14 @@ class="mt-16" :data="filteredData" @select="select" + @select-all="selectAll" :maxTableHeight="260" :row-key="(row: any) => row.id" style="min-width: 600px" :expand-row-keys="defaultExpandKeys" show-overflow-tooltip > - +