hrsass-components 2.3.6 → 2.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/hrsass-components.js +5 -5
- package/lib/hrsass-components.min.js +1 -1
- package/package.json +1 -1
- package/rollup.build.css +10492 -0
package/lib/hrsass-components.js
CHANGED
|
@@ -65,7 +65,7 @@ var contentStyle = _interopDefault(require('!!raw-loader!tinymce/skins/content/d
|
|
|
65
65
|
var SvgPanZoom = _interopDefault(require('svg-pan-zoom'));
|
|
66
66
|
var saveSvgAsPng = require('save-svg-as-png');
|
|
67
67
|
|
|
68
|
-
var version = "2.3.
|
|
68
|
+
var version = "2.3.7";
|
|
69
69
|
|
|
70
70
|
/**
|
|
71
71
|
* 版本号
|
|
@@ -8405,7 +8405,7 @@ var index = {
|
|
|
8405
8405
|
sortList: sort,
|
|
8406
8406
|
conditionList: [].concat(_toConsumableArray(fitlerOtehrConditionListDeepClone), _toConsumableArray(fitlerConditionListDeepClone))
|
|
8407
8407
|
}).then(function (res) {
|
|
8408
|
-
var _this5$selectedRowsLi
|
|
8408
|
+
var _this5$selectedRowsLi;
|
|
8409
8409
|
//res.dataList根据rowKey去重
|
|
8410
8410
|
res.dataList = _.uniqBy(res.dataList, _this5.rowKey || 'id');
|
|
8411
8411
|
//外部处理数据
|
|
@@ -8431,9 +8431,9 @@ var index = {
|
|
|
8431
8431
|
_this5.selectedUpdateRows = _this5.selectedUpdateRows.concat(notInCurrentPageRows);
|
|
8432
8432
|
}
|
|
8433
8433
|
}
|
|
8434
|
-
if (
|
|
8435
|
-
|
|
8436
|
-
}
|
|
8434
|
+
// if (this?.selectedRowsList?.length == 0) {
|
|
8435
|
+
// this.clearSelectedRows();
|
|
8436
|
+
// }
|
|
8437
8437
|
_this5.setState({
|
|
8438
8438
|
pagination: _objectSpread$d(_objectSpread$d({}, pagination), {}, {
|
|
8439
8439
|
total: res.total
|