easy3wui 1.5.51-beta2 → 1.5.51-beta4
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.
|
@@ -68,12 +68,6 @@ var _comonConfig = require('comonConfigPath/comonConfig');
|
|
|
68
68
|
|
|
69
69
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
70
70
|
|
|
71
|
-
(0, _dva.connect)(function (state) {
|
|
72
|
-
return {
|
|
73
|
-
globalData: state.globalData
|
|
74
|
-
};
|
|
75
|
-
});
|
|
76
|
-
|
|
77
71
|
var Easy3wGridPage = function (_Component) {
|
|
78
72
|
(0, _inherits3['default'])(Easy3wGridPage, _Component);
|
|
79
73
|
|
|
@@ -638,5 +632,9 @@ var _initialiseProps = function _initialiseProps() {
|
|
|
638
632
|
};
|
|
639
633
|
};
|
|
640
634
|
|
|
641
|
-
exports['default'] =
|
|
635
|
+
exports['default'] = (0, _dva.connect)(function (state) {
|
|
636
|
+
return {
|
|
637
|
+
globalData: state.globalData
|
|
638
|
+
};
|
|
639
|
+
})(Easy3wGridPage);
|
|
642
640
|
module.exports = exports['default'];
|