|
@@ -97,8 +97,8 @@ const loadStationOptions = async () => {
|
|
|
const buildParams = () => ({
|
|
const buildParams = () => ({
|
|
|
type: query.type,
|
|
type: query.type,
|
|
|
entityId: query.stationId,
|
|
entityId: query.stationId,
|
|
|
- startTime: dayjs(query.startTime).startOf('year').format('YYYY-MM-DD HH:mm:ss'),
|
|
|
|
|
- endTime: dayjs(query.endTime).endOf('year').format('YYYY-MM-DD HH:mm:ss')
|
|
|
|
|
|
|
+ startTime: dayjs(query.startTime).startOf('year').format('YYYY-MM-DD'),
|
|
|
|
|
+ endTime: dayjs(query.endTime).endOf('year').format('YYYY-MM-DD')
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
const handleQuery = async () => {
|
|
const handleQuery = async () => {
|