diff --git a/frontend/src/views/chart/group/Group.vue b/frontend/src/views/chart/group/Group.vue index ce6df9f42e..8699cabcf3 100644 --- a/frontend/src/views/chart/group/Group.vue +++ b/frontend/src/views/chart/group/Group.vue @@ -558,7 +558,7 @@ export default { showClose: true }) this.treeNode() - this.$store.dispatch('chart/setTable', new Date().getTime()) + this.$emit('switchComponent', { name: '' }) }) } else { // this.$message({ diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 9e06993987..4dd3c6b274 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -1,7 +1,6 @@