Commit c05c522a authored by zhangwenshuai's avatar zhangwenshuai

merge

parents 2dce507c 76b93f18
......@@ -8,9 +8,9 @@
* 监听表单值发生变化是的回掉:onValuesChange:Function
*
* 样式:propClass:object
*
*
* 增加字段:hideOperateBtn,有该字段,隐藏表单底部操作按钮
*
*
* 失去焦点:onBlurFn
* */
import React, { Component } from 'react';
......@@ -149,6 +149,8 @@ class FormWrap extends Component {
{...transferColumn}
columnConfig={item}
disabled={disabled}
rowId={rowId}
onBlurFn={onBlurFn1}
rowData={{ id: rowId, rowData }}
cellRenderProps={cellRenderProps}
origin="editForm"
......@@ -160,9 +162,7 @@ class FormWrap extends Component {
getPopupContainer={() => {
return this.wrapDom;
}}
rowId={rowId}
onBlurFn={onBlurFn1}
/>
/>,
)}
</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