From 3d45e4140e28dd2619b680536945da59646db32a Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 23 Aug 2024 18:22:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B5=8C=E5=85=A5=E5=BC=8F):=20=E5=A4=9A?= =?UTF-8?q?=E8=A7=86=E5=9B=BE=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/ViewWrapper.vue | 1 - core/core-frontend/src/pages/panel/main.ts | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/pages/panel/ViewWrapper.vue b/core/core-frontend/src/pages/panel/ViewWrapper.vue index 64e0e5b526..7ea15dfcbd 100644 --- a/core/core-frontend/src/pages/panel/ViewWrapper.vue +++ b/core/core-frontend/src/pages/panel/ViewWrapper.vue @@ -88,7 +88,6 @@ onBeforeMount(async () => { viewInfo.value = canvasViewInfoPreview[embeddedStore.chartId] console.log(embeddedStore.chartId, 'embeddedStore.chartId') - ;( (canvasDataResult as unknown as Array<{ id: string diff --git a/core/core-frontend/src/pages/panel/main.ts b/core/core-frontend/src/pages/panel/main.ts index eab0ef157f..9eca751edb 100644 --- a/core/core-frontend/src/pages/panel/main.ts +++ b/core/core-frontend/src/pages/panel/main.ts @@ -91,6 +91,7 @@ const setupAll = async ( embeddedStore.setBaseUrl(baseUrl) embeddedStore.setDvId(dvId) embeddedStore.setPid(pid) + console.log(chartId, 'chartId') embeddedStore.setChartId(chartId) embeddedStore.setResourceId(resourceId) const directive = await import('@/directive')