mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
code refactor
This commit is contained in:
+1
-1
@@ -164,7 +164,7 @@ export default {
|
||||
password
|
||||
});
|
||||
},
|
||||
getTransactionOverview: ( { today, thisWeek, thisMonth, thisYear } ) => {
|
||||
getTransactionOverview: ({ today, thisWeek, thisMonth, thisYear }) => {
|
||||
const queryParams = [];
|
||||
|
||||
if (today) {
|
||||
|
||||
Reference in New Issue
Block a user