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

fix: 删除分组后,右侧界面关闭
This commit is contained in:
Gin
2021-12-30 10:19:50 +08:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@@ -580,6 +580,7 @@ export default {
showClose: true
})
this.treeNode()
this.$emit('switchComponent', { name: '' })
})
}).catch(() => {
})

View File

@@ -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(() => {