ztxkui 2.9.2 → 2.9.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.
@@ -382,7 +382,7 @@ function EnhanceSelect(_a) {
382
382
  var newItem = __assign({}, item);
383
383
  Reflect.deleteProperty(newItem, dataKey);
384
384
  Reflect.deleteProperty(newItem, titleKey);
385
- resultData.splice(index, 1, __assign(__assign({}, resultData[index]), item));
385
+ resultData.splice(index, 1, __assign(__assign({}, resultData[index]), newItem));
386
386
  }
387
387
  });
388
388
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "2.9.2",
3
+ "version": "2.9.5",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",