From 0db99298f407d75a4e88686f888ae0995a376e20 Mon Sep 17 00:00:00 2001 From: junjie Date: Thu, 25 Feb 2021 12:36:08 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BB=A3=E7=A0=81=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/business/components/dataset/group/Group.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/business/components/dataset/group/Group.vue b/frontend/src/business/components/dataset/group/Group.vue index 51ee985878..8251b68a7f 100644 --- a/frontend/src/business/components/dataset/group/Group.vue +++ b/frontend/src/business/components/dataset/group/Group.vue @@ -525,6 +525,7 @@ export default { sceneClick(data, node) { // console.log(data); + this.$store.commit('setTable', null); this.$store.commit('setTable', data.id); this.$router.push({ name: 'table',