ps-toolkit-ui 1.8.8 → 1.8.9

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.
@@ -2875,6 +2875,8 @@
2875
2875
  var _loop_3 = function (r) {
2876
2876
  if (r.table) {
2877
2877
  var options = JSON.parse(JSON.stringify(_this.row.Options));
2878
+ console.log(_this.table.permissions);
2879
+ console.log(options);
2878
2880
  var p = new PermissionClass();
2879
2881
  p.RelatedId = _this.row.Data.Id;
2880
2882
  p.Area = _this.table.permissions.Area;