diff --git a/build/TableHeader.js b/build/TableHeader.js index d389ad2..26f65fe 100644 --- a/build/TableHeader.js +++ b/build/TableHeader.js @@ -151,7 +151,6 @@ var TableHeader = function (_Component) { optDom.classList.remove("th-drag-gap-hover"); optDom.classList.add("th-drag-gap"); } - // console.log(data.width); // columns[this.drag.currIndex].width = data.width; //宽度拖拽后,增加回调函数,外部可以记录宽度 if (typeof _this.props.afterDragColWidth == "function" && rows && rows[0] && _this.drag.currIndex) { @@ -229,7 +228,6 @@ var TableHeader = function (_Component) { colDomArr[_this.drag.currIndex].style.width = newWidth + "px"; //4、设置overflow属性 } - console.log('newWidth---' + newWidth + '---data--' + data.width); }; _this.handlerFilterTextChange = function (key, val) { diff --git a/build/lib/newMultiSelect.js b/build/lib/newMultiSelect.js index 6ae1d2f..c794ec0 100644 --- a/build/lib/newMultiSelect.js +++ b/build/lib/newMultiSelect.js @@ -156,7 +156,7 @@ function newMultiSelect(Table, Checkbox) { selectList.push(da); } }); - _this2.props.getSelectedDataFunc(selectList); + _this2.props.getSelectedDataFunc(selectList, record, index); }; }; diff --git a/package.json b/package.json index 00d7268..138033d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bee-table", - "version": "1.4.34", + "version": "1.4.35", "description": "Table ui component for react", "keywords": [ "react",