forked from github/dataease
fix(UI): fix
This commit is contained in:
parent
fe82465151
commit
53d71998bf
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user