zhengyiming
3 天以前 70f58df4daebf7dba7f4a24aee506e14885761bd
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,