ztxkui 2.1.6 → 2.1.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.
@@ -144,7 +144,9 @@ function EnhanceSelect(_a) {
144
144
  getData(request, {
145
145
  url: url,
146
146
  method: method,
147
- params: __assign(__assign({ size: 30, page: 1 }, outParams), searchParams),
147
+ params: __assign(__assign({ size: Array.isArray(dataKeyValue) && dataKeyValue.length > 30
148
+ ? dataKeyValue.length
149
+ : 30, page: 1 }, outParams), searchParams),
148
150
  })
149
151
  .then(function (resData) {
150
152
  var _a, _b, _c;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",