From d73d3227fe51940fcdbc482f1064dea72d5258aa Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Wed, 9 Apr 2025 10:20:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E8=81=94=E9=80=89=E9=A1=B9=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E6=97=A0=E6=B3=95=E8=AF=86=E5=88=AB=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E4=BA=BA,=E5=88=9B=E5=BB=BA=E6=97=B6=E9=97=B4=E6=8E=A7?= =?UTF-8?q?=E4=BB=B6bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/formControlPropertiNew.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/DesignForm/formControlPropertiNew.vue b/src/components/DesignForm/formControlPropertiNew.vue index 770db3e..b6f505c 100644 --- a/src/components/DesignForm/formControlPropertiNew.vue +++ b/src/components/DesignForm/formControlPropertiNew.vue @@ -2581,9 +2581,13 @@ function getAssociatedFormsCurrentFieldTree1() { ]; associatedFormsCurrentFormFieldTreeNoTable1.value = [...resDataNoTable]; - - let resDataForGlxxsz = ref(data.children.slice(8)); - + //liwenxuan 关联选项设置无法识别创建人,创建时间控件bug修复 start 250409 + let r1 = JSON.parse(JSON.stringify(data.children)); + r1.splice(0,2); + r1.splice(2,4); + //let resDataForGlxxsz = ref(data.children.slice(8)); + let resDataForGlxxsz = ref(r1); + //liwenxuan 关联选项设置无法识别创建人,创建时间控件bug修复 end 250409 resDataForGlxxszExceptself = JSON.parse(JSON.stringify(resDataForGlxxsz.value)); associatedFormsCurrentFormFieldTreeForGlxxsz.value = [