code refactor

This commit is contained in:
MaysWind
2021-01-20 22:38:56 +08:00
parent d4ff8f2851
commit c0cfa38257
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ export default {
password
});
},
getTransactionOverview: ( { today, thisWeek, thisMonth, thisYear } ) => {
getTransactionOverview: ({ today, thisWeek, thisMonth, thisYear }) => {
const queryParams = [];
if (today) {