Unverified 提交 2a4f3a76 authored 作者: Gin's avatar Gin 提交者: GitHub

Merge pull request #1559 from dataease/pr@dev@fix_group

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