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) {