ps-toolkit-ui 1.17.84 → 1.17.85

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;