提交 9fa458a7 authored 作者: junjie's avatar junjie

fix: 删除分组后,右侧界面关闭

上级 a386b6f2
...@@ -580,6 +580,7 @@ export default { ...@@ -580,6 +580,7 @@ export default {
showClose: true showClose: true
}) })
this.treeNode() this.treeNode()
this.$emit('switchComponent', { name: '' })
}) })
}).catch(() => { }).catch(() => {
}) })
......
...@@ -457,6 +457,7 @@ export default { ...@@ -457,6 +457,7 @@ export default {
showClose: true showClose: true
}) })
this.treeNode() this.treeNode()
this.$emit('switchComponent', { name: '' })
}) })
}).catch(() => { }).catch(() => {
}) })
...@@ -475,6 +476,7 @@ export default { ...@@ -475,6 +476,7 @@ export default {
showClose: true showClose: true
}) })
this.treeNode() this.treeNode()
this.$emit('switchComponent', { name: '' })
this.$store.dispatch('dataset/setTable', new Date().getTime()) this.$store.dispatch('dataset/setTable', new Date().getTime())
}) })
}).catch(() => { }).catch(() => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论