fix: 修复创建角色成功后跳转详情的问题

This commit is contained in:
Jiangjie.Bai
2022-03-15 14:41:45 +08:00
committed by Jiangjie.Bai
parent 6f6577b2c8
commit 8e887ca271

View File

@@ -18,6 +18,7 @@ export default {
scopeRole: scope + 'role',
config: {
url: `/api/v1/rbac/${scope}-roles/`,
objectDetailRoute: { name: 'RoleDetail', query: { scope: scope }},
initial: {
scope: scope
},