mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
code refactor
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user