diff --git a/components/apolloTable/component/Cell.tsx b/components/apolloTable/component/Cell.tsx index 771d167137403702972d496e923e040abd91da5b..7f9cb4ab6fae53c2e5317a2a42caed70193a17c7 100644 --- a/components/apolloTable/component/Cell.tsx +++ b/components/apolloTable/component/Cell.tsx @@ -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添加编辑状态