ps-toolkit-ui 1.4.42 → 1.4.43

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.
@@ -2707,7 +2707,8 @@
2707
2707
  if (opt.modal.accordion) {
2708
2708
  var _loop_3 = function (r) {
2709
2709
  if (r.table) {
2710
- var options = JSON.parse(JSON.stringify(_this.row.Options));
2710
+ var options = Object.assign(Object.create(Object.getPrototypeOf(_this.row.Options)), _this.row.Options);
2711
+ // const options = JSON.parse(JSON.stringify(this.row.Options));
2711
2712
  console.log(options);
2712
2713
  var p = new PermissionClass();
2713
2714
  p.RelatedId = _this.row.Data.Id;