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