fantasy-ngzorro 1.0.36 → 1.0.37

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.
@@ -3434,7 +3434,7 @@
3434
3434
  */
3435
3435
  function (item) {
3436
3436
  /** @type {?} */
3437
- var returnItem = {};
3437
+ var returnItem = item;
3438
3438
  returnItem.label = item[option.label];
3439
3439
  returnItem.value = item[option.value];
3440
3440
  if (option.valueTip) {
@@ -3453,7 +3453,7 @@
3453
3453
  */
3454
3454
  function (item) {
3455
3455
  /** @type {?} */
3456
- var returnItem = {};
3456
+ var returnItem = item;
3457
3457
  returnItem.label = item[option.label];
3458
3458
  returnItem.value = item[option.value];
3459
3459
  returnData.push(returnItem);