From 09c83e215c004aa43f2c8d4c61155a5410766765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Fri, 30 Jun 2023 14:17:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=AE=9E=E4=BD=93?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=80=89=E6=8B=A9=E6=97=B6=E9=97=B4=E5=90=8E?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E7=95=8C=E9=9D=A2=EF=BC=8C=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=99=A8=E8=A2=AB=E9=87=8D=E7=BD=AE=E4=B8=BA?= =?UTF-8?q?1hour=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/entityExplorer/EntityExplorer.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/entityExplorer/EntityExplorer.vue b/src/views/entityExplorer/EntityExplorer.vue index 21cb4e5d..4fe7d153 100644 --- a/src/views/entityExplorer/EntityExplorer.vue +++ b/src/views/entityExplorer/EntityExplorer.vue @@ -442,7 +442,8 @@ export default { q: q, mode: mode, startTime: getSecond(this.timeFilter.startTime), - endTime: getSecond(this.timeFilter.endTime) + endTime: getSecond(this.timeFilter.endTime), + range: this.timeFilter.dateRangeValue }) if (!this.showList) { @@ -454,7 +455,8 @@ export default { q: q, mode: mode, startTime: getSecond(this.timeFilter.startTime), - endTime: getSecond(this.timeFilter.endTime) + endTime: getSecond(this.timeFilter.endTime), + range: this.timeFilter.dateRangeValue } }) this.showList = true @@ -837,7 +839,6 @@ export default { timeFilter.value.startTime = parseInt(startTimeParam) timeFilter.value.endTime = parseInt(endTimeParam) } - timeFilter.value.dateRangeValue = 60 return { timeFilter }