From 78e6555e0822bfe277076ef346c0fbaf63bdcf89 Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Mon, 4 Nov 2024 14:39:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E8=81=94=E8=A1=A8=E5=8D=95=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=94=AF=E6=8C=81=E6=94=BE=E7=BD=AE=E5=9C=A8=E5=AD=90?= =?UTF-8?q?=E8=A1=A8=E5=86=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/formControlPropertiNew.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/DesignForm/formControlPropertiNew.vue b/src/components/DesignForm/formControlPropertiNew.vue index 7fc4699..43c8fac 100644 --- a/src/components/DesignForm/formControlPropertiNew.vue +++ b/src/components/DesignForm/formControlPropertiNew.vue @@ -2537,11 +2537,11 @@ function associatedFormsDataRangeDialoghandle(){ let dataOnlyChild = JSON.parse(JSON.stringify(data.children)) let dataOnlyChild1 = JSON.parse(JSON.stringify(data.children)) dataExceptChild = dataExceptChild.filter((obj: { type: string }) => obj.type!== 'table'); - console.log(dataExceptChild) + //console.log(dataExceptChild) dataExceptChild = removeFirstNumElements(dataExceptChild,8); dataOnlyChild = dataOnlyChild.filter((obj: { type: string }) => obj.type== 'table'); dataOnlyChild1 = dataOnlyChild1.filter((obj: { type: string }) => obj.type== 'table'); - console.log(dataOnlyChild1) + //console.log(dataOnlyChild1) dataOnlyChild1.forEach((element: any) => { element.children = removeFirstNumElements(element.children,6); }); @@ -2553,16 +2553,16 @@ function associatedFormsDataRangeDialoghandle(){ let resDataExceptChild = ref(dataExceptChild) let resDataOnlyChild = ref(dataOnlyChild) let resDataOnlyChild1 = ref(dataOnlyChild1) - console.log(resDataOnlyChild1.value) + //console.log(resDataOnlyChild1.value) //console.log(asfasfChildTableList.value) //console.log(resDataOnlyChild.value) let childTableCount = 0 for(let n = 0;n