publish 2.2.14

This commit is contained in:
yangchch6 2019-10-19 11:05:51 +08:00
parent 0bb87cfa31
commit 1a16da2e16
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
<a name="2.2.14"></a>
## [2.2.14](https://github.com/tinper-bee/bee-table/compare/v2.2.13...v2.2.14) (2019-10-19)
<a name="2.2.13"></a> <a name="2.2.13"></a>
## [2.2.13](https://github.com/tinper-bee/bee-table/compare/v2.2.12...v2.2.13) (2019-10-12) ## [2.2.13](https://github.com/tinper-bee/bee-table/compare/v2.2.12...v2.2.13) (2019-10-12)

View File

@ -235,7 +235,7 @@ function multiSelect(Table, Checkbox) {
indeterminate: indeterminate, indeterminate: indeterminate,
checkedAll: check checkedAll: check
}); });
_this2.props.getSelectedDataFunc(selectList); _this2.props.getSelectedDataFunc(selectList, undefined, undefined, data);
}; };
this.setTree = function (node, flag, autoSelect) { this.setTree = function (node, flag, autoSelect) {
@ -298,7 +298,7 @@ function multiSelect(Table, Checkbox) {
selectList.push(da); selectList.push(da);
} }
}); });
_this2.props.getSelectedDataFunc(selectList, record, index); _this2.props.getSelectedDataFunc(selectList, record, index, data);
}; };
}; };

View File

@ -1,6 +1,6 @@
{ {
"name": "bee-table", "name": "bee-table",
"version": "2.2.13", "version": "2.2.14",
"description": "Table ui component for react", "description": "Table ui component for react",
"keywords": [ "keywords": [
"react", "react",