ps-toolkit-ui 1.10.16 → 1.10.18

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.
@@ -2889,7 +2889,6 @@
2889
2889
  p.Action = option.Action;
2890
2890
  p.Accesses = _this.row.Options.filter(function (x) { return x.ParentId === option.Id; });
2891
2891
  opt.modal.table.permissions = p;
2892
- console.log(opt.modal.table.permissions, '#######');
2893
2892
  if (opt.modal.table.form) {
2894
2893
  opt.modal.table.form.url = option.Url.replace('{}', _this.row.Data.Id) + '-insert';
2895
2894
  opt.modal.table.form.baseUrl = option.Url.replace('{}', _this.row.Data.Id) + '-insert';
@@ -8179,6 +8178,9 @@
8179
8178
  this.loading = false;
8180
8179
  }
8181
8180
  }
8181
+ else {
8182
+ this.permission = false;
8183
+ }
8182
8184
  }
8183
8185
  else {
8184
8186
  this.permission = false;