forked from github/dataease
commit
71d4c8b91b
@ -88,7 +88,6 @@ onBeforeMount(async () => {
|
||||
|
||||
viewInfo.value = canvasViewInfoPreview[embeddedStore.chartId]
|
||||
console.log(embeddedStore.chartId, 'embeddedStore.chartId')
|
||||
|
||||
;(
|
||||
(canvasDataResult as unknown as Array<{
|
||||
id: string
|
||||
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user