From 068a24060e7bd16aff7c4dc8c016aff0d6faab27 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 24 Jun 2021 18:20:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=87=E6=8D=A2=E6=94=B6=E8=97=8F=20?= =?UTF-8?q?=E4=BB=AA=E8=A1=A8=E6=9D=BF=E4=BE=9D=E7=84=B6=E9=AB=98=E4=BA=AE?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/panel/list/PanelMain.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/panel/list/PanelMain.vue b/frontend/src/views/panel/list/PanelMain.vue index 291b5e2e0a..3ce5005813 100644 --- a/frontend/src/views/panel/list/PanelMain.vue +++ b/frontend/src/views/panel/list/PanelMain.vue @@ -4,7 +4,7 @@ {{ $t('panel.panel_list') }} - + {{ $t('panel.store') }} @@ -52,6 +52,9 @@ export default { if (newVal === 'PanelMain' && this.lastActiveNode && this.lastActiveNodeData) { this.activeNodeAndClickOnly(this.lastActiveNodeData) } + }, + activeName: function(newVal, oldVal) { + this.clear() } }, mounted() {