mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 19:35:24 +00:00
fix: 修复全局组织下命令过滤不能创建
This commit is contained in:
@@ -81,10 +81,7 @@ export default {
|
||||
hasRefresh: true,
|
||||
hasSearch: true,
|
||||
hasMoreActions: false,
|
||||
createRoute: 'CommandFilterCreate',
|
||||
canCreate: () => {
|
||||
return this.$hasPerm('assets.add_commandfilter')
|
||||
}
|
||||
createRoute: 'CommandFilterCreate'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user