CN-1658 fix: 根据现有时区调整report所选时间

This commit is contained in:
刘洪洪
2024-05-11 09:41:55 +08:00
parent 881151e50b
commit 530589f47e
2 changed files with 23 additions and 6 deletions

View File

@@ -613,6 +613,7 @@ export default {
}
const param = {
tempId: row.id,
// todo 此处时间需要改,后续再确定
startTime: dateFormatToUTC(this.timeRange[0]),
endTime: dateFormatToUTC(this.timeRange[1]),
...this.pageObj