modify method name

This commit is contained in:
MaysWind
2021-01-20 22:37:35 +08:00
parent 2e6aac19af
commit d4ff8f2851
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -453,7 +453,7 @@ export default {
self.$store.dispatch('loadAllAccounts', { force: false }),
self.$store.dispatch('loadAllCategories', { force: false })
]).then(() => {
return self.$store.dispatch('getTransactions', {
return self.$store.dispatch('loadTransactions', {
reload: true,
autoExpand: true,
defaultCurrency: self.defaultCurrency
@@ -493,7 +493,7 @@ export default {
self.loadingMore = true;
self.$store.dispatch('getTransactions', {
self.$store.dispatch('loadTransactions', {
reload: false,
autoExpand: autoExpand,
defaultCurrency: self.defaultCurrency