bugfix:checkbox添加参数record,index
This commit is contained in:
parent
a900e29565
commit
d3613e1e93
|
@ -88,7 +88,7 @@ export default function newMultiSelect(Table, Checkbox) {
|
|||
selectList.push(da);
|
||||
}
|
||||
})
|
||||
this.props.getSelectedDataFunc(selectList);
|
||||
this.props.getSelectedDataFunc(selectList,record,index);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue