From 465cd846772b99fc588ee786622efd39921c339f Mon Sep 17 00:00:00 2001 From: Zhufu <1176354795@qq.com> Date: Tue, 11 Jun 2024 14:17:34 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=A1=A8=E5=8D=95=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E3=80=91=E8=A1=A8=E5=8D=95=E5=8F=91=E5=B8=83=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=B1=95=E7=A4=BA=E5=AD=97=E6=AE=B5=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demo/onlineform/formModule/modalDesign.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/demo/onlineform/formModule/modalDesign.vue b/src/views/demo/onlineform/formModule/modalDesign.vue index a40f485c..84222cde 100644 --- a/src/views/demo/onlineform/formModule/modalDesign.vue +++ b/src/views/demo/onlineform/formModule/modalDesign.vue @@ -225,6 +225,8 @@ arr.push(chil); }); }); + }else if(val.component){ + arr.push(val); } }); }); @@ -239,6 +241,8 @@ arr.push(chil); }); }); + }else if(item.component){ + arr.push(item) } }); formScheme.value.formInfo.schemas = arr;