ps-toolkit-ui 1.5.16 → 1.5.17

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.
@@ -2594,6 +2594,8 @@
2594
2594
  data.push(parseInt(x, 10));
2595
2595
  });
2596
2596
  var p = new PermissionClass();
2597
+ console.log(_this.table);
2598
+ console.log(_this.table.permissions);
2597
2599
  p.Area = _this.table.permissions.Area;
2598
2600
  p.Controller = _this.table.permissions.Controller;
2599
2601
  p.Action = 'sort';