zhengyiming
15 小时以前 97f29024ce18babeb4b635c5d73f907ac493976e
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,