@@ -341,6 +341,8 @@ class BirdGrid extends React.Component {
checkValues.splice(index, 1);
}
this.setState({ checkedValues: checkValues })
+ this.props.gridOption.afterCheck && this.props.gridOption.afterCheck(this.state.gridDatas,
+ checkValues)
/* 获取选择的值*/