Commit b93eb567 authored by zhangwenshuai's avatar zhangwenshuai

detail增加更新方法

parent af3e3ab4
......@@ -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}
/>,
)}
</FormItem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment