ps-toolkit-ui 1.20.21 → 1.20.22

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.
@@ -9372,6 +9372,7 @@
9372
9372
  }
9373
9373
  else if (res.status === exports.ResultStatusEnum.NotPermission) {
9374
9374
  m = 'FormBaseErrorPermission';
9375
+ _this.permission = false;
9375
9376
  }
9376
9377
  else {
9377
9378
  if (typeof res.message === 'string') {