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)