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