提交 d62ce4b2 authored 作者: ch's avatar ch

开发

上级 091ab4f4
......@@ -118,7 +118,8 @@ export default class ChildForm extends React.Component {
isPreview,
hfInstance,
getCurrentFormTitle,
getCellValue
getCellValue,
taskId
} = this.props;
const span = json.span || 24;
......@@ -151,6 +152,7 @@ export default class ChildForm extends React.Component {
setRealTimeValues={this.props.setRealTimeValues}
trees={this.props.trees}
key={r}
taskId={taskId}
modalInit={modalInit}
hfInstance={hfInstance}
currentFormTitle={getCurrentFormTitle?getCurrentFormTitle(json.childFormKey):null}
......@@ -226,7 +228,7 @@ export default class ChildForm extends React.Component {
return (
<Col span={span}>
<ZdyTable
taskId={taskId}
setRealTimeValues={this.props.setRealTimeValues}
modalInit={modalInit}
hfInstance={hfInstance}
......
......@@ -2346,7 +2346,7 @@ export default class tableCom extends Component {
cm = (
<ChildForm
taskId={this.props.taskId}
setRealTimeValues={this.props.setRealTimeValues}
modalInit={modalInit}
trees={this.props.trees}
......@@ -3140,7 +3140,7 @@ export default class tableCom extends Component {
initialValue: initValue || {},
})(
<ChildForm
taskId={this.props.taskId}
setRealTimeValues={this.props.setRealTimeValues}
rights={json.rights || []}
hfInstance={this.props.hfInstance}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论