ywana-core8 0.0.873 → 0.0.875

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.
package/dist/index.umd.js CHANGED
@@ -7127,7 +7127,7 @@
7127
7127
  try {
7128
7128
  var _this = this;
7129
7129
  var _temp4 = _catch$4(function () {
7130
- return Promise.resolve(API.all(null, page)).then(function (data) {
7130
+ return Promise.resolve(API.all(null, null, page)).then(function (data) {
7131
7131
  _this.all = field ? data[field] : data;
7132
7132
  });
7133
7133
  }, function (error) {
@@ -7196,7 +7196,9 @@
7196
7196
  });
7197
7197
  });
7198
7198
  }, function (error) {
7199
- console.log(error);
7199
+ return Promise.resolve(_this4.load()).then(function () {
7200
+ console.log(error);
7201
+ });
7200
7202
  });
7201
7203
  return Promise.resolve(_temp6 && _temp6.then ? _temp6.then(function () {}) : void 0);
7202
7204
  } catch (e) {