fix the bug that the filter does not take effect when navigating from the account or statistics page to the transaction list page

This commit is contained in:
MaysWind
2024-07-07 14:08:53 +08:00
parent 7b70b2db29
commit dad3f1041e
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -204,7 +204,7 @@
<div class="d-flex account-toolbar align-center">
<v-btn class="px-2" density="comfortable" color="default" variant="text"
:disabled="loading" :prepend-icon="icons.transactions"
:to="`/transaction/list?accountId=${accountOrSubAccountId(element)}`">
:to="`/transaction/list?accountIds=${accountOrSubAccountId(element)}`">
{{ $t('Transaction List') }}
</v-btn>
<v-btn class="px-2 ml-1" density="comfortable" color="default" variant="text"