From a40c13cfc327c3c48d2fcdfd4989c83572231acf Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 2 Dec 2024 17:51:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E4=BB=AA=E8=A1=A8=E6=9D=BF=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=83=A8=E5=88=86=E6=83=85=E5=86=B5=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E8=BF=94=E5=9B=9E=E5=88=B0pc=E8=AE=BE=E8=AE=A1?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/utils/canvasUtils.ts | 15 --------------- 1 file changed, 15 deletions(-) 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 => {