Commit 3ac025d0 authored by 田翔's avatar 田翔

fix: 隐藏的数据不提交

parent f555e15a
{
"name": "panda-xform",
"version": "5.9.9",
"description": "5.9.9 附件类增加模板配置与自动计算增加逻辑规则",
"version": "5.9.10",
"description": "5.9.10 隐藏的数据不提交",
"keywords": [
"panda-xform"
],
......
......@@ -136,7 +136,7 @@ const XRender = (props, ref) => {
<div className={styles.formRender}>
<FormRender
configProvider={{ prefixCls: pandaXform }}
removeHiddenData={false}
removeHiddenData={true}
form={form}
schema={schemaForm}
mapping={{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment