refactor: tree编辑后右侧界面保持原状态

This commit is contained in:
junjie 2021-08-02 16:26:19 +08:00
parent 9d6a066d90
commit b9f3d0c41c

View File

@ -562,7 +562,7 @@ export default {
// this.chartTree()
this.refreshNodeBy(view.sceneId)
// this.$router.push('/chart/home')
this.$emit('switchComponent', { name: '' })
// this.$emit('switchComponent', { name: '' })
this.$store.dispatch('chart/setTable', null)
})
} else {
@ -610,7 +610,7 @@ export default {
// this.chartTree()
this.refreshNodeBy(data.sceneId)
// this.$router.push('/chart/home')
// this.$emit('switchComponent', { name: '' })
this.$emit('switchComponent', { name: '' })
this.$store.dispatch('chart/setTable', null)
})
}).catch(() => {