mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 02:08:10 +08:00
fix(UI): fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user