提交 dccada6b authored 作者: chscls@163.com's avatar chscls@163.com

修复bug

上级 ed31758e
...@@ -104,7 +104,7 @@ export default class ChildForm extends React.Component { ...@@ -104,7 +104,7 @@ export default class ChildForm extends React.Component {
const gutter = json.gutter != null ? json.gutter : 0 const gutter = json.gutter != null ? json.gutter : 0
const rights = this.props.rights const rights = this.props.rights
const xx = form.getFieldValue(base52) const xx = form.getFieldValue(base52)
if(objs!=null){ if(objs!=null&&xx!=null){
for(var x in objs){ for(var x in objs){
if(xx[x]!=null)objs[x]=xx[x] if(xx[x]!=null)objs[x]=xx[x]
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论