diff --git a/components/apolloTable/editFormV3/index.tsx b/components/apolloTable/editFormV3/index.tsx index 2b9779a1deb1cbb34e0f798fbae1fef6b233ad62..cb39afb1dd8fc0e4e5810ea1ff3e81d4f578956d 100644 --- a/components/apolloTable/editFormV3/index.tsx +++ b/components/apolloTable/editFormV3/index.tsx @@ -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} - /> + />, )} );