fix trend analysis not reload data when set custom month range in mobile version

This commit is contained in:
MaysWind
2025-01-11 18:08:39 +08:00
parent c0ab1ad793
commit 7b26eb50bf
@@ -728,7 +728,7 @@ export default {
} else if (this.analysisType === StatisticsAnalysisType.TrendAnalysis) {
const chartDateType = getDateTypeByDateRange(getYearMonthFirstUnixTime(startTime), getYearMonthLastUnixTime(endTime), this.firstDayOfWeek, DateRangeScene.TrendAnalysis);
this.statisticsStore.updateTransactionStatisticsFilter({
changed = this.statisticsStore.updateTransactionStatisticsFilter({
trendChartDateType: chartDateType,
trendChartStartYearMonth: startTime,
trendChartEndYearMonth: endTime