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()