Commit c05c522a authored by zhangwenshuai's avatar zhangwenshuai

merge

parents 2dce507c 76b93f18
...@@ -149,6 +149,8 @@ class FormWrap extends Component { ...@@ -149,6 +149,8 @@ class FormWrap extends Component {
{...transferColumn} {...transferColumn}
columnConfig={item} columnConfig={item}
disabled={disabled} disabled={disabled}
rowId={rowId}
onBlurFn={onBlurFn1}
rowData={{ id: rowId, rowData }} rowData={{ id: rowId, rowData }}
cellRenderProps={cellRenderProps} cellRenderProps={cellRenderProps}
origin="editForm" origin="editForm"
...@@ -160,9 +162,7 @@ class FormWrap extends Component { ...@@ -160,9 +162,7 @@ class FormWrap extends Component {
getPopupContainer={() => { getPopupContainer={() => {
return this.wrapDom; return this.wrapDom;
}} }}
rowId={rowId} />,
onBlurFn={onBlurFn1}
/>
)} )}
</FormItem> </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