wargerm 0.2.33 → 0.2.34
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/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -7383,7 +7383,7 @@ function Table(_ref) {
|
|
7383
7383
|
requestParams.pageSize = pagination.pageSize || 20;
|
7384
7384
|
}
|
7385
7385
|
|
7386
|
-
requestParams = _objectSpread2(_objectSpread2(_objectSpread2({}, requestParams), pageParams), filterObj(searchForm));
|
7386
|
+
requestParams = _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({}, requestParams), pageParams), params), filterObj(searchForm));
|
7387
7387
|
_context.next = 9;
|
7388
7388
|
return request(requestParams);
|
7389
7389
|
|
package/dist/index.js
CHANGED
@@ -7417,7 +7417,7 @@ function Table(_ref) {
|
|
7417
7417
|
requestParams.pageSize = pagination.pageSize || 20;
|
7418
7418
|
}
|
7419
7419
|
|
7420
|
-
requestParams = _objectSpread2(_objectSpread2(_objectSpread2({}, requestParams), pageParams), filterObj(searchForm));
|
7420
|
+
requestParams = _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({}, requestParams), pageParams), params), filterObj(searchForm));
|
7421
7421
|
_context.next = 9;
|
7422
7422
|
return request(requestParams);
|
7423
7423
|
|