mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-25 14:34:46 +00:00
fix: Viewing account collection task details leads to a blank page
This commit is contained in:
@@ -98,7 +98,7 @@ export default {
|
||||
detailRoute.query = this.formatterArgs.routeQuery
|
||||
|
||||
if (detailRoute.query.tab) {
|
||||
detailRoute.name = detailRoute.query.tab
|
||||
detailRoute.query = detailRoute.query.tab
|
||||
}
|
||||
}
|
||||
return detailRoute
|
||||
|
||||
@@ -22,7 +22,7 @@ export default {
|
||||
component: () => import('@/views/accounts/AccountGather/AccountGatherList.vue')
|
||||
},
|
||||
{
|
||||
title: this.$t('AccountGatherList'),
|
||||
title: this.$t('AccountGatherTaskList'),
|
||||
name: 'AccountGatherTaskList',
|
||||
hidden: !this.$hasPerm('accounts.view_gatheraccountsautomation'),
|
||||
component: () => import('@/views/accounts/AccountGather/AccountGatherTaskList.vue')
|
||||
|
||||
Reference in New Issue
Block a user