ps-toolkit-ui 1.16.18 → 1.16.20

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.
@@ -2220,6 +2220,12 @@
2220
2220
  _this.onLoad(result);
2221
2221
  }
2222
2222
  }, 500);
2223
+ }, function (m) {
2224
+ console.log(m, 'mmmmmmmmmmmmmmmmmm');
2225
+ if (m === 'FormBaseErrorAccess' || m === 'FormBaseErrorAccess') {
2226
+ _this.permission = false;
2227
+ _this.loading = false;
2228
+ }
2223
2229
  });
2224
2230
  };
2225
2231
  FormClass.prototype.focus = function () {