From b9f3d0c41c5e520e9398e4f1d295de21ebac622b Mon Sep 17 00:00:00 2001 From: junjie Date: Mon, 2 Aug 2021 16:26:19 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20tree=E7=BC=96=E8=BE=91=E5=90=8E?= =?UTF-8?q?=E5=8F=B3=E4=BE=A7=E7=95=8C=E9=9D=A2=E4=BF=9D=E6=8C=81=E5=8E=9F?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/group/Group.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/chart/group/Group.vue b/frontend/src/views/chart/group/Group.vue index d426e0b8e6..cb401db247 100644 --- a/frontend/src/views/chart/group/Group.vue +++ b/frontend/src/views/chart/group/Group.vue @@ -562,7 +562,7 @@ export default { // this.chartTree() this.refreshNodeBy(view.sceneId) // this.$router.push('/chart/home') - this.$emit('switchComponent', { name: '' }) + // this.$emit('switchComponent', { name: '' }) this.$store.dispatch('chart/setTable', null) }) } else { @@ -610,7 +610,7 @@ export default { // this.chartTree() this.refreshNodeBy(data.sceneId) // this.$router.push('/chart/home') - // this.$emit('switchComponent', { name: '' }) + this.$emit('switchComponent', { name: '' }) this.$store.dispatch('chart/setTable', null) }) }).catch(() => {