From cc5a92e3d4dd30024959eb86e7fa3aea104298ad Mon Sep 17 00:00:00 2001 From: junjie Date: Fri, 30 Jul 2021 18:45:08 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=A7=86=E5=9B=BE=E5=88=86?= =?UTF-8?q?=E7=BB=84tree=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/group/Group.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/chart/group/Group.vue b/frontend/src/views/chart/group/Group.vue index 2cd2cc1c3d..e533378f31 100644 --- a/frontend/src/views/chart/group/Group.vue +++ b/frontend/src/views/chart/group/Group.vue @@ -589,7 +589,8 @@ export default { message: this.$t('chart.delete_success'), showClose: true }) - this.treeNode(this.groupForm) + // this.treeNode(this.groupForm) + this.refreshNodeBy(data.pid) }) }).catch(() => { })