From c6b1fb0378e038ded227255bf125fbd87838ad6e Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Wed, 14 Aug 2024 11:35:20 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=9A=90=E8=97=8F=E5=A4=B1=E6=95=88bug?= =?UTF-8?q?=E6=9A=82=E6=97=B6=E7=9A=84=E4=BF=AE=E5=A4=8D=E6=96=B9=E6=B3=95?= =?UTF-8?q?----=E8=A1=A5=E5=85=85:=E6=8E=A5=E5=8F=A3=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E7=9A=84config=E4=B8=AD=E6=B2=A1=E6=9C=89hideField=E5=B1=9E?= =?UTF-8?q?=E6=80=A7,=E6=89=8B=E5=8A=A8=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sysworkflow/lowcodepage/pageFlow/appTableFlow.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/sysworkflow/lowcodepage/pageFlow/appTableFlow.vue b/src/views/sysworkflow/lowcodepage/pageFlow/appTableFlow.vue index 7189689..c1647ec 100644 --- a/src/views/sysworkflow/lowcodepage/pageFlow/appTableFlow.vue +++ b/src/views/sysworkflow/lowcodepage/pageFlow/appTableFlow.vue @@ -461,6 +461,7 @@ const initLoadData = () => { stateForm.formId =data.data.appForm.cfid.toString() stateForm.versionId =data.data.appForm.id.toString() stateForm.formData = stringToObj(data.data.appForm.mastesform) + stateForm.formData.config.hideField = []//暂时的修复方法:接口返回的config中没有hideField属性,手动添加 stateForm.dict = string2json(data.data.appForm.dict) stateForm.formData.powerstr = string2json(data.data.appForm.powerstr) // console.log("data.data.mastesform", stateForm.formData) From 6df6fb1d3acad49d1c87c1785096cce3cf5ce511 Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Wed, 14 Aug 2024 13:12:45 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=85=B3=E8=81=94?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E7=9A=84=E6=95=B0=E6=8D=AE=E5=A1=AB=E5=85=85?= =?UTF-8?q?=E8=A7=84=E5=88=99=E5=BC=B9=E5=87=BA=E6=A1=86=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/formControlAttr.vue | 2 +- src/components/DesignForm/formControlPropertiNew.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/DesignForm/formControlAttr.vue b/src/components/DesignForm/formControlAttr.vue index 128ae98..af05242 100644 --- a/src/components/DesignForm/formControlAttr.vue +++ b/src/components/DesignForm/formControlAttr.vue @@ -4015,7 +4015,7 @@ const disabledIstrue = (val:string) => { - +