This commit is contained in:
MaysWind
2023-06-04 01:24:08 +08:00
parent 95ec005894
commit f9a14581e1
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -657,7 +657,7 @@ export default {
if ((!query.type || query.type === '0') && query.categoryId && query.categoryId !== '0' && self.allCategoriesMap[query.categoryId]) {
const category = self.allCategoriesMap[query.categoryId];
const type = self.$utilities.categroyTypeToTransactionType(category.type);
const type = self.$utilities.categoryTypeToTransactionType(category.type);
if (self.$utilities.isNumber(type)) {
self.transaction.type = type;