code refactor

This commit is contained in:
MaysWind
2021-01-07 18:10:14 +08:00
parent b008f4ed97
commit 71d55adf33
9 changed files with 575 additions and 206 deletions
+1 -1
View File
@@ -328,7 +328,7 @@ export default {
return;
}
self.$store.dispatch('addTransactionCategoryBatch', {
self.$store.dispatch('addCategories', {
categories: allCategories
}).then(() => {
self.submitting = false;