ps-toolkit-ui 1.9.78 → 1.9.79

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.
@@ -1451,6 +1451,7 @@
1451
1451
  }
1452
1452
  btn.loading = true;
1453
1453
  }
1454
+ console.log(table.searchData(), 'table.searchData()');
1454
1455
  this.getClient(table.url, table.method, table.searchData(), function (res) {
1455
1456
  if (res.status === exports.ResultStatusEnum.Success) {
1456
1457
  table.rows = res.result.List;
@@ -8124,6 +8125,7 @@
8124
8125
  }
8125
8126
  finally { if (e_1) throw e_1.error; }
8126
8127
  }
8128
+ console.log(this.searchForm.json(), 'this.searchForm.json()');
8127
8129
  return this.searchForm ? this.searchForm.json(d) : d;
8128
8130
  };
8129
8131
  TableClass.prototype.getUrl = function (url) {