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() },