From 9b82528cf4d9ad9e346791483695275af1a106c4 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Fri, 6 Mar 2026 14:48:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=9D=83=E9=99=90=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=9A=E6=B2=A1=E6=9C=89=E6=9B=B4=E6=94=B9=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E6=8B=BF=E4=B8=8D=E5=88=B0=E5=8D=8A=E9=80=89id?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Container/AppMenu/DistributionMenu/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/Container/AppMenu/DistributionMenu/index.js b/src/pages/Container/AppMenu/DistributionMenu/index.js index 57707b8..2ef2f9d 100644 --- a/src/pages/Container/AppMenu/DistributionMenu/index.js +++ b/src/pages/Container/AppMenu/DistributionMenu/index.js @@ -81,7 +81,8 @@ const DistributionMenuModalComponent = (props) => { setMenuListTree(menuListTree); const { data } = await props["appMenuGetAlreadyDistributionMenu"]({ roleId: props.info.roleId }); - setCheckedKeys(data.map(item => item.menuId)); + setCheckedKeys(data.checkMenuIdList); + halfCheckedKeys.current = data.halfCheckMenuIdList; }; useEffect(() => {