From 12bd0278b7bcb0284bfcb2dcf6ff4dceb47e339d Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Wed, 2 Apr 2025 08:59:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E8=81=94=E8=A1=A8=E5=8D=95=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=A1=AB=E5=85=85=E6=97=B6=E6=97=A0=E6=B3=95=E8=AF=86?= =?UTF-8?q?=E5=88=AB=E5=88=9B=E5=BB=BA=E4=BA=BA=EF=BC=8C=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=8E=A7=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/formControlPropertiNew.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/DesignForm/formControlPropertiNew.vue b/src/components/DesignForm/formControlPropertiNew.vue index 31088a9..a768cbc 100644 --- a/src/components/DesignForm/formControlPropertiNew.vue +++ b/src/components/DesignForm/formControlPropertiNew.vue @@ -2356,7 +2356,12 @@ function formidChanged() { (obj: { type: string }) => obj.type !== "table" ); //console.log(dataExceptChild) - dataExceptChild = removeFirstNumElements(dataExceptChild, 8); + //dataExceptChild = removeFirstNumElements(dataExceptChild, 8); + + dataExceptChild.splice(0, 2); + + dataExceptChild.splice(2, 4); + dataOnlyChild = dataOnlyChild.filter( (obj: { type: string }) => obj.type == "table" ); @@ -5795,7 +5800,7 @@ const updataBase = (val: any) => { @del-role="delRole" @child-role-right-changed="childRoleRightChanged" > - +