forked from github/dataease
fix: eslint报错
This commit is contained in:
parent
e13d13c6d3
commit
1d9fe0620d
@ -77,12 +77,7 @@ onBeforeMount(async () => {
|
||||
initCanvasData(
|
||||
embeddedStore.dvId,
|
||||
embeddedStore.busiFlag,
|
||||
function ({
|
||||
canvasDataResult,
|
||||
canvasStyleResult,
|
||||
dvInfo,
|
||||
canvasViewInfoPreview,
|
||||
}) {
|
||||
function ({ canvasDataResult, canvasStyleResult, dvInfo, canvasViewInfoPreview }) {
|
||||
state.canvasDataPreview = canvasDataResult
|
||||
state.canvasStylePreview = canvasStyleResult
|
||||
state.canvasViewInfoPreview = canvasViewInfoPreview
|
||||
|
Loading…
Reference in New Issue
Block a user