diff --git a/nezha-fronted/src/components/page/dashboard/dashboard.vue b/nezha-fronted/src/components/page/dashboard/dashboard.vue index f5711fa4a..f6902f5f2 100644 --- a/nezha-fronted/src/components/page/dashboard/dashboard.vue +++ b/nezha-fronted/src/components/page/dashboard/dashboard.vue @@ -842,6 +842,10 @@ export default { this.$set(this.searchTime, 2, val + 'd') } this.$refs.pickTime && (this.$refs.pickTime.$refs.timePicker.searchTime = this.searchTime) + this.$store.dispatch('dispatchPanelTime', { + time: this.searchTime, + nowTimeType: this.nowTimeType + }) }, /* 时间条件查询--end */ // 公用操作