mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix: 删除分组后,右侧界面关闭
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user