easy3wui 1.5.85-beta.7 → 1.5.85-beta.8
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.
|
@@ -1325,7 +1325,7 @@ var _initialiseProps = function _initialiseProps() {
|
|
|
1325
1325
|
this.getLoading = function () {
|
|
1326
1326
|
var spinLoading = false;
|
|
1327
1327
|
var queryApi = _this3.props.queryApi;
|
|
1328
|
-
var effectsFetch = _this3.props.
|
|
1328
|
+
var effectsFetch = _this3.props.loadingFlag.effectsFetch;
|
|
1329
1329
|
|
|
1330
1330
|
if (queryApi && typeof queryApi === 'string') {
|
|
1331
1331
|
spinLoading = effectsFetch[queryApi];
|
|
@@ -1353,7 +1353,7 @@ var _initialiseProps = function _initialiseProps() {
|
|
|
1353
1353
|
|
|
1354
1354
|
exports['default'] = (0, _dva.connect)(function (state) {
|
|
1355
1355
|
return {
|
|
1356
|
-
|
|
1356
|
+
loadingFlag: state.loading
|
|
1357
1357
|
};
|
|
1358
1358
|
})(Easy3wEditBigTable);
|
|
1359
1359
|
module.exports = exports['default'];
|
|
@@ -18,7 +18,7 @@ var isMobile = window.matchMedia('(max-width: 768px)').matches;
|
|
|
18
18
|
exports['default'] = (0, _dva.connect)(function (state) {
|
|
19
19
|
return {
|
|
20
20
|
globalData: state.globalData,
|
|
21
|
-
|
|
21
|
+
loadingFlag: state.loading
|
|
22
22
|
};
|
|
23
23
|
})(isMobile ? _indexM2['default'] : _indexPC2['default']);
|
|
24
24
|
module.exports = exports['default'];
|
|
@@ -882,7 +882,7 @@ var _initialiseProps = function _initialiseProps() {
|
|
|
882
882
|
this.getLoading = function () {
|
|
883
883
|
var spinLoading = false;
|
|
884
884
|
var queryApi = _this3.props.queryApi;
|
|
885
|
-
var effectsFetch = _this3.props.
|
|
885
|
+
var effectsFetch = _this3.props.loadingFlag.effectsFetch;
|
|
886
886
|
|
|
887
887
|
if (queryApi && typeof queryApi === 'string') {
|
|
888
888
|
spinLoading = effectsFetch[queryApi];
|
|
@@ -859,7 +859,7 @@ var _initialiseProps = function _initialiseProps() {
|
|
|
859
859
|
this.getLoading = function () {
|
|
860
860
|
var spinLoading = false;
|
|
861
861
|
var queryApi = _this3.props.queryApi;
|
|
862
|
-
var effectsFetch = _this3.props.
|
|
862
|
+
var effectsFetch = _this3.props.loadingFlag.effectsFetch;
|
|
863
863
|
|
|
864
864
|
if (queryApi && typeof queryApi === 'string') {
|
|
865
865
|
spinLoading = effectsFetch[queryApi];
|