mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
fix trend analysis not reload data when set custom month range in mobile version
This commit is contained in:
@@ -728,7 +728,7 @@ export default {
|
|||||||
} else if (this.analysisType === StatisticsAnalysisType.TrendAnalysis) {
|
} else if (this.analysisType === StatisticsAnalysisType.TrendAnalysis) {
|
||||||
const chartDateType = getDateTypeByDateRange(getYearMonthFirstUnixTime(startTime), getYearMonthLastUnixTime(endTime), this.firstDayOfWeek, DateRangeScene.TrendAnalysis);
|
const chartDateType = getDateTypeByDateRange(getYearMonthFirstUnixTime(startTime), getYearMonthLastUnixTime(endTime), this.firstDayOfWeek, DateRangeScene.TrendAnalysis);
|
||||||
|
|
||||||
this.statisticsStore.updateTransactionStatisticsFilter({
|
changed = this.statisticsStore.updateTransactionStatisticsFilter({
|
||||||
trendChartDateType: chartDateType,
|
trendChartDateType: chartDateType,
|
||||||
trendChartStartYearMonth: startTime,
|
trendChartStartYearMonth: startTime,
|
||||||
trendChartEndYearMonth: endTime
|
trendChartEndYearMonth: endTime
|
||||||
|
|||||||
Reference in New Issue
Block a user