mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
add asset trends in statistics & analysis (#314)
This commit is contained in:
@@ -134,7 +134,8 @@ const router = createRouter({
|
||||
initTagFilterType: route.query['tagFilterType'],
|
||||
initKeyword: route.query['keyword'],
|
||||
initSortingType: route.query['sortingType'],
|
||||
initTrendDateAggregationType: route.query['trendDateAggregationType']
|
||||
initTrendDateAggregationType: route.query['trendDateAggregationType'],
|
||||
initAssetTrendsDateAggregationType: route.query['assetTrendsDateAggregationType']
|
||||
})
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user