提交 091ab4f4 authored 作者: ch's avatar ch

开发

上级 b695906e
......@@ -623,7 +623,6 @@ export default class ZdyTable extends Component {
};
render() {
const {
width,
isRowCol,
......@@ -848,6 +847,7 @@ export default class ZdyTable extends Component {
}}
>
<TableCom
taskId={this.props.taskId}
importExcel={this.importExcel}
getCellValue={this.getCellValue}
getCurrentFormTitle={this.getCurrentFormTitle2}
......@@ -957,6 +957,7 @@ export default class ZdyTable extends Component {
})
: ''}
<IsNewTable
taskId={this.props.taskId}
getCellValue={this.getCellValue}
hfInstance={this.hfInstance}
getCurrentFormTitle={this.getCurrentFormTitle2}
......
......@@ -94,6 +94,7 @@ export default class isNewTable extends Component {
isPreview={isPreview}
i={i}
j={j}
taskId={this.props.taskId}
setRealTimeValues={this.props.setRealTimeValues}
index={index}
getCurrentFormTitle={ getCurrentFormTitle}
......@@ -172,6 +173,7 @@ export default class isNewTable extends Component {
modalInit={modalInit}
i={i}
j={j}
taskId={this.props.taskId}
isPreview={isPreview}
index={index}
fatherCode={fatherCode}
......@@ -220,6 +222,7 @@ export default class isNewTable extends Component {
formCode={formCode}
taskAssignee={taskAssignee}
formId={formId}
taskId={this.props.taskId}
isPreview={isPreview}
i={i}
j={j}
......
......@@ -1217,6 +1217,7 @@ export default class tableCom extends Component {
isEdit: this.props.isEdit,
taskAssignee: this.props.taskAssignee,
userId: this.props.userId,
taskId:this.props.taskId,
},
this.props.index,
this.props.fatherCode,
......@@ -1569,6 +1570,7 @@ export default class tableCom extends Component {
initialValue: fk,
})(<Input type="hidden"/>)}{' '}
<ZdyTable
taskId={this.props.taskId}
setRealTimeValues={this.props.setRealTimeValues}
hfInstance={this.props.hfInstance}
currentFormTitle={this.props.getCurrentFormTitle ? this.props.getCurrentFormTitle(fk) : null}
......@@ -3312,6 +3314,7 @@ export default class tableCom extends Component {
title={modalTitle}
>
<ZdyTable
taskId={this.props.taskId}
taskAssignee={taskAssignee}
userId={userId}
trees={this.props.trees}
......@@ -3393,6 +3396,7 @@ export default class tableCom extends Component {
title={modalTitle}
>
<ZdyTable
taskId={this.props.taskId}
taskAssignee={taskAssignee}
userId={userId}
trees={this.props.trees}
......@@ -3429,6 +3433,7 @@ export default class tableCom extends Component {
title={modalTitle}
>
<ZdyTable
taskId={this.props.taskId}
taskAssignee={taskAssignee}
userId={userId}
trees={this.props.trees}
......@@ -3472,6 +3477,7 @@ export default class tableCom extends Component {
title={modalTitle}
>
<ZdyTable
taskId={this.props.taskId}
taskAssignee={taskAssignee}
userId={userId}
modalInit={modalInit}
......@@ -3509,6 +3515,7 @@ export default class tableCom extends Component {
title={modalTitle}
>
<ZdyTable
taskId={this.props.taskId}
taskAssignee={taskAssignee}
userId={userId}
trees={this.props.trees}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论