@mjhls/mjh-framework 1.0.126 → 1.0.128
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/README.md +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12716,11 +12716,11 @@ var MasterDeck = function (_React$Component) {
|
|
|
12716
12716
|
}
|
|
12717
12717
|
});
|
|
12718
12718
|
dataHandlerPromise.then(function (dataArr) {
|
|
12719
|
-
loadDataFinished(data, dataArr, page);
|
|
12719
|
+
_this.loadDataFinished(data, dataArr, page);
|
|
12720
12720
|
});
|
|
12721
12721
|
} else {
|
|
12722
12722
|
client.fetch(query, params).then(function (dataArr) {
|
|
12723
|
-
loadDataFinished(data, dataArr, page);
|
|
12723
|
+
_this.loadDataFinished(data, dataArr, page);
|
|
12724
12724
|
});
|
|
12725
12725
|
}
|
|
12726
12726
|
}, _this.loadDataFinished = function (data, dataArr, page) {
|