From 45abd4ac9578e9085f19d0f4bcbe7533b7f213f1 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 20 Jul 2023 18:29:00 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BC=98=E5=8C=96=20dashboard=20?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E9=94=81=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/dashboard/dashboard.vue | 4 ++++ 1 file changed, 4 insertions(+) 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 */ // 公用操作