ps-toolkit-ui 1.9.85 → 1.9.86

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,7 +1451,6 @@
1451
1451
  }
1452
1452
  btn.loading = true;
1453
1453
  }
1454
- console.log(table.searchData(), 'table.searchData()');
1455
1454
  this.getClient(table.url, table.method, table.searchData(), function (res) {
1456
1455
  if (res.status === exports.ResultStatusEnum.Success) {
1457
1456
  table.rows = res.result.List;
@@ -5813,7 +5812,7 @@
5813
5812
  _this.inp.table.rows = v === null ? [] : v.map(function (x) {
5814
5813
  return {
5815
5814
  Data: x,
5816
- Options: [uAccess, dAccess]
5815
+ Options: _this.inp.table.form ? [uAccess, dAccess] : [dAccess]
5817
5816
  };
5818
5817
  });
5819
5818
  };