ps-toolkit-ui 0.0.90 → 0.0.91

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.
@@ -7213,15 +7213,6 @@
7213
7213
  opt.modal.table.set();
7214
7214
  }
7215
7215
  if (opt.modal.form) {
7216
- var p = new PermissionClass();
7217
- p.RelatedId = btn.row.Id;
7218
- p.Area = _this.permissions.Area;
7219
- p.Controller = _this.permissions.Controller;
7220
- p.Action = option.Action;
7221
- p.Accesses = option.Accesses;
7222
- console.log(p.getUrl(), 'p.getUrl()');
7223
- console.log(opt.modal.form, 'opt.modal.form');
7224
- console.log(opt.modal.form.baseUrl, 'opt.modal.form.baseUrl');
7225
7216
  opt.modal.form.name = option.Name;
7226
7217
  opt.modal.form.url = opt.modal.form.baseUrl + 'Update/' + btn.row.Id;
7227
7218
  opt.modal.form.loadData(opt.modal.form.baseUrl + 'Get/' + btn.row.Id);