ps-toolkit-ui 1.5.55 → 1.5.56

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.
@@ -1229,6 +1229,7 @@
1229
1229
  RequestClass.prototype.postForm = function (form, onSubmit) {
1230
1230
  var e_1, _a, e_2, _b;
1231
1231
  if (onSubmit === void 0) { onSubmit = null; }
1232
+ console.log('postForm');
1232
1233
  if (!form.check()) {
1233
1234
  return;
1234
1235
  }
@@ -1362,6 +1363,7 @@
1362
1363
  };
1363
1364
  RequestClass.prototype.table = function (table, btn) {
1364
1365
  if (btn === void 0) { btn = null; }
1366
+ console.log('table');
1365
1367
  if (table.searchForm && !table.searchForm.check()) {
1366
1368
  return;
1367
1369
  }
@@ -1430,6 +1432,7 @@
1430
1432
  if (btn === void 0) { btn = null; }
1431
1433
  if (success === void 0) { success = null; }
1432
1434
  if (failure === void 0) { failure = null; }
1435
+ console.log('send');
1433
1436
  if (btn) {
1434
1437
  if (btn.loading) {
1435
1438
  return;