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

This commit is contained in:
junjie 2021-12-30 10:18:54 +08:00
parent a386b6f2c7
commit 9fa458a704
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(() => {