diff --git a/frontend/src/views/chart/group/Group.vue b/frontend/src/views/chart/group/Group.vue index b6d79352d1..3cf184e9fe 100644 --- a/frontend/src/views/chart/group/Group.vue +++ b/frontend/src/views/chart/group/Group.vue @@ -580,6 +580,7 @@ export default { showClose: true }) this.treeNode() + this.$emit('switchComponent', { name: '' }) }) }).catch(() => { }) diff --git a/frontend/src/views/dataset/group/Group.vue b/frontend/src/views/dataset/group/Group.vue index 103b3c899d..9df36e1942 100644 --- a/frontend/src/views/dataset/group/Group.vue +++ b/frontend/src/views/dataset/group/Group.vue @@ -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(() => {