ps-toolkit-ui 1.13.96 → 1.13.97

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.
@@ -2807,10 +2807,10 @@
2807
2807
  if (!activeStep.form.check()) {
2808
2808
  return;
2809
2809
  }
2810
- activeStep.form.onSuccess = function () {
2810
+ activeStep.form.onFailed = function () {
2811
2811
  btn.loading = false;
2812
2812
  };
2813
- activeStep.form.onFailed = function () {
2813
+ activeStep.form.onSuccess = function () {
2814
2814
  if (done) {
2815
2815
  _this.steps.onDone();
2816
2816
  }