zhengyiming
2025-08-07 33c45ab67c74c387596a3a2fae26b314bebe1a4f
src/views/Permission/components/dialogAuthorizeV2.vue
@@ -308,7 +308,7 @@
}
function handleConfirm() {
  const selectedMenuIds = moduleTree.value.getCheckedNodes(false, true).map((x) => x.id);
  const selectedMenuIds = moduleTree.value.getCheckedNodes().map((x) => x.id);
  if (state.currentMenuId) {
    handleSelectModule(getMenuById(state.currentMenuId));
  }