Commit c05c522a authored by zhangwenshuai's avatar zhangwenshuai

merge

parents 2dce507c 76b93f18
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
* 监听表单值发生变化是的回掉:onValuesChange:Function * 监听表单值发生变化是的回掉:onValuesChange:Function
* *
* 样式:propClass:object * 样式:propClass:object
* *
* 增加字段:hideOperateBtn,有该字段,隐藏表单底部操作按钮 * 增加字段:hideOperateBtn,有该字段,隐藏表单底部操作按钮
* *
* 失去焦点:onBlurFn * 失去焦点:onBlurFn
* */ * */
import React, { Component } from 'react'; import React, { Component } from 'react';
...@@ -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