Merge branch 'master' of github.com:tinper-bee/bee-table

This commit is contained in:
wanghaoo 2018-11-07 17:14:11 +08:00
commit 92f358452b
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ export default function newMultiSelect(Table, Checkbox) {
selectList.push(da);
}
})
this.props.getSelectedDataFunc(selectList);
this.props.getSelectedDataFunc(selectList,record,index);
};