ps-toolkit-ui 1.17.84 → 1.17.86

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.
@@ -3327,6 +3327,8 @@
3327
3327
  _this.loadChildren(_this.row.Data.Id);
3328
3328
  }
3329
3329
  else if (_this.table.subTable != null && _this.table.subTable.permissions == null) {
3330
+ console.log(_this.row.Options);
3331
+ console.log(_this.table.permissions);
3330
3332
  var acc_1 = _this.row.Options.find(function (x) { return x.Action === _this.table.subTable.name; });
3331
3333
  var ps = new PermissionClass();
3332
3334
  ps.Area = acc_1.Area;
@@ -3516,6 +3518,7 @@
3516
3518
  var e_3, _e;
3517
3519
  var _a, _b, _c;
3518
3520
  if (opt.modal.table) {
3521
+ console.log(_this.row.Options, 'this.row.Optionsthis.row.Optionsthis.row.Options');
3519
3522
  var p = new PermissionClass();
3520
3523
  p.RelatedId = _this.row.Data.Id;
3521
3524
  p.Area = _this.table.permissions.Area;