mirror of
https://github.com/jumpserver/lina.git
synced 2025-10-22 08:08:39 +00:00
fix: 修复角色更新、删除权限控制
This commit is contained in:
@@ -116,7 +116,7 @@ export default {
|
||||
}
|
||||
},
|
||||
hidden: () => {
|
||||
return !this.$hasPerm('rbac.change_systemrolebinding')
|
||||
return !this.$hasPerm('rbac.add_systemrolebinding')
|
||||
},
|
||||
value: []
|
||||
},
|
||||
|
Reference in New Issue
Block a user