fix: 删除分组后,右侧界面关闭
This commit is contained in:
parent
a386b6f2c7
commit
9fa458a704
@ -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