zhengyiming
16 小时以前 a48be50fb38f21c6dd7ac8545c80d511783449ab
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,