zhengyiming
6 天以前 19982e0065ca13988b9460b63768e7cdf8eca976
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));
  }