Merge branch 'master' of github.com:tinper-bee/bee-table
This commit is contained in:
commit
92f358452b
|
@ -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