Commit e004cf44 authored by zhangwenshuai's avatar zhangwenshuai

增加参数

parent b1918fbc
...@@ -173,7 +173,7 @@ const Cell = (props: CellProps) => { ...@@ -173,7 +173,7 @@ const Cell = (props: CellProps) => {
{showExpand && columnIndex === 0 && ( {showExpand && columnIndex === 0 && (
<div className={s.expand}> <div className={s.expand}>
<img <img
onClick={showExpand.bind(null, { rowId: record.id })} onClick={showExpand.bind(null, { rowId: record.id, historyGroupId: record.historyGroupId })}
className={s.expandIcon} className={s.expandIcon}
alt="" alt=""
src={expandIcon} src={expandIcon}
......
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