From c17de87758d80d1a4ece460f28c288718150b16e Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 15 Aug 2024 17:32:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B5=8C=E5=85=A5=E5=BC=8F):=20=E5=B5=8C?= =?UTF-8?q?=E5=85=A5=E5=BC=8F=E9=94=80=E6=AF=81=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/pages/panel/main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/pages/panel/main.ts b/core/core-frontend/src/pages/panel/main.ts index a1e1686c76..8f3821763c 100644 --- a/core/core-frontend/src/pages/panel/main.ts +++ b/core/core-frontend/src/pages/panel/main.ts @@ -182,6 +182,7 @@ class DataEaseBi { embeddedStore.setPid(null) embeddedStore.setChartId(null) embeddedStore.setResourceId(null) + console.log('this.vm1', this.vm) this.vm.unmount() this.type = null this.token = null @@ -192,7 +193,7 @@ class DataEaseBi { this.pid = null this.chartId = null this.resourceId = null - this.vm = null + console.log('this.vm2', this.vm) } }