From 53d71998bf92b3f5100422c144cad6047f9dd0db Mon Sep 17 00:00:00 2001 From: junjie Date: Thu, 29 Apr 2021 18:03:41 +0800 Subject: [PATCH] fix(UI): fix --- frontend/src/views/chart/group/Group.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/chart/group/Group.vue b/frontend/src/views/chart/group/Group.vue index 9e787f0c27..763248792f 100644 --- a/frontend/src/views/chart/group/Group.vue +++ b/frontend/src/views/chart/group/Group.vue @@ -483,7 +483,7 @@ export default { if (data.type === 'scene') { this.sceneMode = true this.currGroup = data - // this.$store.dispatch('chart/setSceneId', this.currGroup.id) + this.$store.dispatch('chart/setSceneId', this.currGroup.id) this.chartTree() } if (node.expanded) {