修改日期
parent
1decf667ab
commit
8a61d59cad
|
|
@ -219,7 +219,7 @@ function generateTimeArrayWithLastPeriod() {
|
|||
.toDate(),
|
||||
endDate: dayjs(timeRange.current.endDate)
|
||||
.subtract(1, 'month')
|
||||
.toDate(),
|
||||
.endOf('month')
|
||||
}
|
||||
break
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in New Issue