wupengfei
2 天以前 00b1a7434b5fd2d2f003340c0b66f5fc57716fea
src/views/Permission/RoleManage.vue
@@ -260,7 +260,8 @@
  } catch (error) {}
}
async function handleAuthorize(selectedMenuIds: string[], resourceIds: string[]) {
async function handleAuthorize(selectedMenuIds: string[]) {
  console.log('selectedMenuIds: ', selectedMenuIds);
  try {
    let params: API.SaveRoleCommand = {
      ...authorizeForm.detail,