forked from github/dataease
Merge pull request #1559 from dataease/pr@dev@fix_group
fix: 删除分组后,右侧界面关闭
This commit is contained in:
commit
2a4f3a760c
@ -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(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user