code refactor

This commit is contained in:
MaysWind
2024-07-22 00:35:36 +08:00
parent 26d77de67a
commit 08a1f3a5f7
+1 -1
View File
@@ -502,7 +502,7 @@ export default {
return this.transactionCategoriesStore.allTransactionCategoriesMap; return this.transactionCategoriesStore.allTransactionCategoriesMap;
}, },
allTags() { allTags() {
return this.transactionTagsStore.allTransactionTags; return this.transactionTagsStore.allVisibleTags;
}, },
allTagsMap() { allTagsMap() {
return this.transactionTagsStore.allTransactionTagsMap; return this.transactionTagsStore.allTransactionTagsMap;