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')