From 6d50838eb69f05c6b2a7fa8a7031a13aa92d3540 Mon Sep 17 00:00:00 2001 From: shizhongming Date: Tue, 5 Mar 2024 09:50:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E6=A8=A1=E5=9D=97):=20?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E4=BF=9D=E5=AD=98=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../smart-system/views/role/components/RoleSetFunction.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/smart-system/views/role/components/RoleSetFunction.vue b/src/modules/smart-system/views/role/components/RoleSetFunction.vue index 5c5e5ca84..dc555277c 100644 --- a/src/modules/smart-system/views/role/components/RoleSetFunction.vue +++ b/src/modules/smart-system/views/role/components/RoleSetFunction.vue @@ -141,8 +141,8 @@ url: 'sys/role/saveRoleMenu', data: { roleId: props.roleId, - functionIdList: tree.getCheckedKeys(), - halfFunctionIdList: tree.halfCheckedKeys, + functionIdList: tree.getAntInstance().checkedKeys, + halfFunctionIdList: tree.getAntInstance().halfCheckedKeys, }, }); successMessage('保存成功');