ztxkui 2.9.1 → 2.9.4
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
|
});
|