提交 53d71998 authored 作者: junjie's avatar junjie

fix(UI): fix

上级 fe824651
...@@ -483,7 +483,7 @@ export default { ...@@ -483,7 +483,7 @@ export default {
if (data.type === 'scene') { if (data.type === 'scene') {
this.sceneMode = true this.sceneMode = true
this.currGroup = data this.currGroup = data
// this.$store.dispatch('chart/setSceneId', this.currGroup.id) this.$store.dispatch('chart/setSceneId', this.currGroup.id)
this.chartTree() this.chartTree()
} }
if (node.expanded) { if (node.expanded) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论