From a4dc581eb375c7896c516ea2b67271fd6bf10b66 Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Tue, 25 Jun 2024 22:58:15 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20:memo:=20=E8=A7=92=E8=89=B2=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=A1=B5=E9=9D=A2=E6=B3=A8=E9=87=8A=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/role/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index b64ffa95..daec88ba 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -294,7 +294,7 @@ function handleResetQuery() { handleQuery(); } -/** 行选中 */ +/** 行复选框选中记录选中ID集合 */ function handleSelectionChange(selection: any) { ids.value = selection.map((item: any) => item.id); } @@ -440,12 +440,12 @@ function togglePermTree() { }); } } -// 菜单权限筛选 + +/** 权限筛选 */ watch(permKeywords, (val) => { permTreeRef.value!.filter(val); }); -/** 权限筛选 */ function handlePermFilter( value: string, data: {