From b93eb56754cdc9f931f123e6c46e1bbdfa1e1b3b Mon Sep 17 00:00:00 2001 From: zhangwenshuai Date: Fri, 17 Jul 2020 14:43:46 +0800 Subject: [PATCH] =?UTF-8?q?detail=E5=A2=9E=E5=8A=A0=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/apolloTable/editFormV3/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/apolloTable/editFormV3/index.tsx b/components/apolloTable/editFormV3/index.tsx index e290a8a..dbd8b72 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} />, )} -- 2.21.0