mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 10:14:26 +08:00
statistics analysis supports filtering tags
This commit is contained in:
@@ -122,6 +122,8 @@ const router = createRouter({
|
||||
initEndTime: route.query.endTime,
|
||||
initFilterAccountIds: route.query.filterAccountIds,
|
||||
initFilterCategoryIds: route.query.filterCategoryIds,
|
||||
initTagIds: route.query.tagIds,
|
||||
initTagFilterType: route.query.tagFilterType,
|
||||
initSortingType: route.query.sortingType,
|
||||
initTrendDateAggregationType: route.query.trendDateAggregationType
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user