diff --git a/nezha-fronted/src/components/page/dashboard/dashboard.vue b/nezha-fronted/src/components/page/dashboard/dashboard.vue index 92dba4f79..6fb0358dd 100644 --- a/nezha-fronted/src/components/page/dashboard/dashboard.vue +++ b/nezha-fronted/src/components/page/dashboard/dashboard.vue @@ -856,6 +856,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 */ // 公用操作