diff --git a/core/core-frontend/src/utils/canvasUtils.ts b/core/core-frontend/src/utils/canvasUtils.ts index 02fd8433dc..9320a6cb12 100644 --- a/core/core-frontend/src/utils/canvasUtils.ts +++ b/core/core-frontend/src/utils/canvasUtils.ts @@ -408,21 +408,6 @@ export async function backCanvasData(dvId, mobileViewInfo, busiFlag, callBack) { if (ele.component === 'VQuery') { ele.mPropValue = mPropValue } - if (ele.component === 'DeTabs') { - ele.propValue.forEach(tabItem => { - tabItem.componentData.forEach(tabComponent => { - tabComponent.mx = tabComponent.mx - tabComponent.my = tabComponent.my - tabComponent.mSizeX = tabComponent.mSizeX - tabComponent.mSizeY = tabComponent.mSizeY - tabComponent.mEvents = tEvents - tabComponent.mCommonBackground = tCommonBackground - if (tabComponent.component === 'VQuery') { - tabComponent.mPropValue = tPropValue - } - }) - }) - } } }) Object.keys(mobileViewInfo).forEach(key => {