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

开发

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