From 189c219c3b1842560187c45d938f2b3c04e8afed Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 16 Aug 2024 09:20:23 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/pages/panel/main.ts b/core/core-frontend/src/pages/panel/main.ts index 8f3821763c..c57c42f657 100644 --- a/core/core-frontend/src/pages/panel/main.ts +++ b/core/core-frontend/src/pages/panel/main.ts @@ -193,6 +193,7 @@ class DataEaseBi { this.pid = null this.chartId = null this.resourceId = null + this.vm = null console.log('this.vm2', this.vm) } }