From 089954f3fc239fa7130e6e5a7d463be8efc8054b Mon Sep 17 00:00:00 2001 From: zyh Date: Sun, 21 Apr 2024 18:30:45 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-3452=20fix:=20dashboard=20=E9=80=89?= =?UTF-8?q?=E4=B8=AD=E9=94=81=E5=AE=9A=E6=97=B6=E9=97=B4=E8=8C=83=E5=9B=B4?= =?UTF-8?q?=EF=BC=8C=E5=9B=BE=E8=A1=A8=E6=98=BE=E7=A4=BA=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E4=B8=8D=E4=B8=80=E8=87=B4?= 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 8cf9a79a8..7eafc8e9d 100644 --- a/nezha-fronted/src/components/page/dashboard/dashboard.vue +++ b/nezha-fronted/src/components/page/dashboard/dashboard.vue @@ -1152,6 +1152,10 @@ export default { this.searchTime = this.timePickerRange.time this.$refs.pickTime && this.$refs.pickTime.$refs.timePicker.setTimeRange(this.nowTimeType, this.searchTime) this.setSearchTime('searchTime') + this.$store.dispatch('dispatchPanelTime', { + time: this.searchTime, + nowTimeType: this.nowTimeType + }) }) }, // 设置默认刷新