From 8464e7a709c82d35d6020227e89fb210837c3e2c Mon Sep 17 00:00:00 2001 From: junjie Date: Fri, 26 Mar 2021 12:41:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=A7=86=E5=9B=BE):=20=E8=A7=86=E5=9B=BE?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E4=BC=A0=E5=8F=82=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/group/Group.vue | 3 --- frontend/src/views/chart/view/ChartEdit.vue | 17 +++-------------- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/frontend/src/views/chart/group/Group.vue b/frontend/src/views/chart/group/Group.vue index 0836c30843..a2c989fadc 100644 --- a/frontend/src/views/chart/group/Group.vue +++ b/frontend/src/views/chart/group/Group.vue @@ -498,9 +498,6 @@ export default { sceneClick(data, node) { this.$store.dispatch('chart/setViewId', null) this.$store.dispatch('chart/setViewId', data.id) - this.$store.dispatch('chart/setTableId', null) - this.$store.dispatch('chart/setTableId', data.tableId) - // this.$router.push('/chart/chart-edit') this.$emit('switchComponent', { name: 'ChartEdit' }) }, diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 9bf2d85b7b..be5d0f5872 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -1,8 +1,5 @@