modify method name

This commit is contained in:
MaysWind
2023-08-20 19:43:22 +08:00
parent fc9ac4c40e
commit f9643f8651
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -182,7 +182,7 @@ import { useTransactionCategoriesStore } from '@/stores/transactionCategory.js';
import { useExchangeRatesStore } from '@/stores/exchangeRates.js';
import categoryConstants from '@/consts/category.js';
import { getNameByKeyValue, categoriedArrayToPlainArray } from '@/lib/common.js';
import { getNameByKeyValue, categorizedArrayToPlainArray } from '@/lib/common.js';
export default {
props: [
@@ -298,7 +298,7 @@ export default {
let submitCategories = [];
if (self.usePresetCategories) {
submitCategories = categoriedArrayToPlainArray(self.allPresetCategories);
submitCategories = categorizedArrayToPlainArray(self.allPresetCategories);
}
self.rootStore.register({