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

子表单编码

上级 787ded1b
......@@ -1577,7 +1577,13 @@ export default class tableCom extends Component {
var cm;
var required = false;
var dataColumn = this.props.fatherCode != null ? { base52: `${this.props.fatherCode}.[${this.props.index}].${this.props.uuid}` } : this.getColumn('c1');
const bindObj=this.getColumn('c1');
var dataColumn = this.props.fatherCode != null ? (bindObj?{...bindObj,base52: `${this.props.fatherCode}.[${this.props.index}].${bindObj.base52}`}:
{ base52: `${this.props.fatherCode}.[${this.props.index}].${this.props.uuid}` })
: bindObj;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论