diff --git a/components/apolloTable/editFormV3/index.tsx b/components/apolloTable/editFormV3/index.tsx index e290a8ad47d572e8db175d02b7119e3926f57b79..dbd8b724a05e283ff6071e525abbd884003f32c2 100644 --- a/components/apolloTable/editFormV3/index.tsx +++ b/components/apolloTable/editFormV3/index.tsx @@ -84,7 +84,7 @@ class FormWrap extends Component { renderEditForm = (item) => { const { getFieldDecorator } = this.props.form; - const { rowData, rowId } = this.props; + const { rowData, rowId, getInstanceDetail } = this.props; const { columnType, columnName, @@ -128,6 +128,7 @@ class FormWrap extends Component { cellRenderProps={cellRenderProps} origin="editForm" form={this.props.form} + getInstanceDetail={getInstanceDetail} />, )}