ztxkui 2.9.1 → 2.9.2

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.
@@ -379,6 +379,9 @@ function EnhanceSelect(_a) {
379
379
  }
380
380
  else {
381
381
  // 找到了,需要替换
382
+ var newItem = __assign({}, item);
383
+ Reflect.deleteProperty(newItem, dataKey);
384
+ Reflect.deleteProperty(newItem, titleKey);
382
385
  resultData.splice(index, 1, __assign(__assign({}, resultData[index]), item));
383
386
  }
384
387
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "2.9.1",
3
+ "version": "2.9.2",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",