bugfix:checkbox添加参数record,index

This commit is contained in:
kvkens 2018-11-07 17:10:16 +08:00
parent a900e29565
commit d3613e1e93
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);
};