From 70290654bf16fc4e9fb11432fed512aa4756b12c Mon Sep 17 00:00:00 2001 From: zhangyu Date: Sat, 2 Apr 2022 18:24:47 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=20=E5=88=87?= =?UTF-8?q?=E6=8D=A2panel=20=E4=B8=8D=E5=88=B7=E6=96=B0=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/dashboard/panel.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/components/page/dashboard/panel.vue b/nezha-fronted/src/components/page/dashboard/panel.vue index 0020148de..4a986b190 100644 --- a/nezha-fronted/src/components/page/dashboard/panel.vue +++ b/nezha-fronted/src/components/page/dashboard/panel.vue @@ -319,11 +319,11 @@ export default { nowTimeType: JSON.stringify(this.nowTimeType), searchTime: JSON.stringify(this.searchTime) } - // this.dateChange() // this.getTableData() const path = this.fromRoute.panel this.updatePath(param, path) - this.getData(this.filter) + this.dateChange() + // this.getData(this.filter) this.$refs.chartList.cleanData() },