Commit e0054b6c authored by zhangwenshuai's avatar zhangwenshuai

update param

parent e6f73fe3
......@@ -244,7 +244,7 @@ const Cell = (props: CellProps) => {
// 当前已选中,则进入编辑状态
setStatus('edit');
if (typeof onEmitMsg === 'function') {
onEmitMsg({ rowId: record.id, columnName, status: EDIT_STATUS.EDITING });
onEmitMsg({ rowId: record.id, columnCode: columnName, status: EDIT_STATUS.EDITING });
}
if (dom) {
// 给当前dom添加编辑状态
......
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