diff --git a/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue b/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue index c99928f5d..a2097a73e 100644 --- a/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue +++ b/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue @@ -28,7 +28,7 @@
- + @@ -3631,7 +3631,6 @@ export default { mounted () { this.scrollbarWrap = this.$refs.exploreScrollbar this.scrollbarWrap.addEventListener('scroll', this.onScroll) - this.setTimePickerRange() this.initQueryFromPath() }, beforeDestroy () { @@ -4092,13 +4091,6 @@ export default { return rowData }, expressionChange () { - 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()