From d165389e9f6f82f037da5c8f495541d01cefa9f5 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 20 Jul 2023 16:13:02 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=20explore=20?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E6=97=B6=E9=97=B4=E6=9C=AA=E9=94=81=E5=AE=9A?= =?UTF-8?q?=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/components/page/dashboard/explore/exploreItem.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue b/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue index 36ecd5d95..bae8bf141 100644 --- a/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue +++ b/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue @@ -3990,6 +3990,10 @@ export default { const nowTimeType = this.$refs.pickTime.$refs.timePicker.nowTimeType this.pageObj.pageNo = 1 this.setSearchTime(nowTimeType.type, nowTimeType.value) + this.$store.dispatch('dispatchTimePickerRange', { + time: this.searchTime, + nowTimeType: this.nowTimeType + }) if (this.expressions && this.expressions.length >= 1) { if (this.showMetrics) { this.queryTableData()