fix(UI): fix

This commit is contained in:
junjie 2021-04-29 18:03:41 +08:00
parent fe82465151
commit 53d71998bf

View File

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