ztxkui 3.2.4 → 3.2.5

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.
@@ -202,6 +202,9 @@ function EnhanceSelect(_a) {
202
202
  setLoading(true);
203
203
  if (otherObj === null || otherObj === void 0 ? void 0 : otherObj.currentPage) {
204
204
  setCurrentPage(otherObj === null || otherObj === void 0 ? void 0 : otherObj.currentPage);
205
+ if (outParams.defaultIds) {
206
+ Reflect.deleteProperty(outParams, 'defaultIds');
207
+ }
205
208
  }
206
209
  else {
207
210
  setCurrentPage(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "3.2.4",
3
+ "version": "3.2.5",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",