fix: Viewing account collection task details leads to a blank page

This commit is contained in:
wangruidong
2024-06-12 17:59:07 +08:00
committed by w940853815
parent 60d8f00723
commit 9b36f51015
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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')