mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-31 14:38:02 +00:00
fix: 邀请用户bug
This commit is contained in:
@@ -61,7 +61,7 @@ export default {
|
||||
component: Select2,
|
||||
el: {
|
||||
ajax: {
|
||||
url: '/api/v1/rbac/roles/?scope=org',
|
||||
url: '/api/v1/rbac/org-roles/',
|
||||
transformOption: (item) => {
|
||||
return { label: `${item.display_name}`, value: item.id }
|
||||
}
|
||||
|
Reference in New Issue
Block a user