update url address when changing the settings on the statistics analysis page

This commit is contained in:
MaysWind
2024-07-14 19:55:14 +08:00
parent 2cbcc40ca9
commit 7849b2f05c
9 changed files with 558 additions and 269 deletions
@@ -365,7 +365,7 @@ export default {
created() {
const self = this;
self.statisticsStore.initTransactionStatisticsFilter();
self.statisticsStore.initTransactionStatisticsFilter(statisticsConstants.allAnalysisTypes.CategoricalAnalysis);
Promise.all([
self.accountsStore.loadAllAccounts({ force: false }),