xaboy / form-create

:fire::fire::fire: 强大的低代码动态表单组件,通过JSON数据驱动表单渲染,适配移动端,支持可视化设计。提高开发者对表单的开发效率。目前在政务系统、OA系统、ERP系统、电商系统、流程管理等系统中已稳定应用。
https://www.form-create.com/
MIT License
6.07k stars 975 forks source link

获取表单数据,control显示出来的表单数据顺序不对 #664

Closed wuwenyuan111 closed 3 weeks ago

wuwenyuan111 commented 10 months ago

版本号 (version) @form-create/element-ui@2.5.0

UI 框架的版本 (UI version) 2.13.0

问题描述 (Issue) 通过control设置的组件联动,新显示的组件字段在formData中顺序放在了最后。

复现步骤/生成规则 (Duplicate steps/generate rules) f0f4f89f5dece379186e6bacc348d456

期望的结果 (Desired outcome) 希望formData中的数据顺序能和表单上显示的字段顺序一致。如图中的formData的希望为: {"input1":"input1","input4":"input4(效据字段应该出现在input1后面)","input2":"input2","input3":"input3",}