From 917f4d6ef6744d6a667cc6c76e69a4d8380a7eec Mon Sep 17 00:00:00 2001 From: zyh Date: Thu, 2 Jun 2022 11:01:03 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1885=20fix=EF=BC=9Apanel=E9=9D=A2=E6=9D=BF?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=90=8E=20=E5=88=B7=E6=96=B0=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=87=BA=E7=8E=B0=E7=A9=BA=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/dashboard/panel.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nezha-fronted/src/components/page/dashboard/panel.vue b/nezha-fronted/src/components/page/dashboard/panel.vue index 624bb930a..e84f679ed 100644 --- a/nezha-fronted/src/components/page/dashboard/panel.vue +++ b/nezha-fronted/src/components/page/dashboard/panel.vue @@ -380,6 +380,14 @@ export default { type: 'success', message: this.$t('tip.deleteSuccess') }) + const param = { + panelId: 0, + nowTimeType: JSON.stringify(this.nowTimeType), + searchTime: JSON.stringify(this.searchTime), + mode: this.mode + } + const path = this.fromRoute.panel + this.updatePath(param, path) this.getTableData(true) } else { this.$message.error(response.msg)