ps-toolkit-ui 1.8.44 → 1.8.51

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.
@@ -6524,9 +6524,9 @@
6524
6524
  this.confirm.form.data = function () {
6525
6525
  return data;
6526
6526
  };
6527
- this.confirm.form.onSuccess = function (btn) {
6527
+ this.confirm.form.onSuccess = function (result) {
6528
6528
  _this.confirm.hide();
6529
- accept(btn);
6529
+ accept(result);
6530
6530
  };
6531
6531
  this.confirm.show();
6532
6532
  };