修改日期

main
ihzero 2024-05-05 22:51:41 +08:00
parent 1decf667ab
commit 8a61d59cad
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ function generateTimeArrayWithLastPeriod() {
.toDate(),
endDate: dayjs(timeRange.current.endDate)
.subtract(1, 'month')
.toDate(),
.endOf('month')
}
break
default: