code refactor

This commit is contained in:
MaysWind
2024-11-04 00:20:05 +08:00
parent 501de6ffef
commit 9a67af7c55
4 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -1448,7 +1448,7 @@ export default {
amount2 = parseInt(filterItems[2]);
}
} catch (ex) {
logger.warn('cannot parse amount from filter value, original value is ' + this.query.amountFilter);
logger.warn('cannot parse amount from filter value, original value is ' + this.query.amountFilter, ex);
}
}