fmui-base 2.0.85 → 2.0.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.
package/README.md
CHANGED
|
@@ -1182,7 +1182,7 @@ var PageHome = function (_React$Component) {
|
|
|
1182
1182
|
var barModules = returnDataItem.modules;
|
|
1183
1183
|
var formCode = returnDataItem.formCode;
|
|
1184
1184
|
var FlowCommon;
|
|
1185
|
-
|
|
1185
|
+
|
|
1186
1186
|
try {
|
|
1187
1187
|
FlowCommon = require('pages/flow_common/' + barModules).default ? require('pages/flow_common/' + barModules).default : require('pages/flow_common/' + barModules);
|
|
1188
1188
|
if (typeof FlowCommon !== 'undefined' && typeof FlowCommon.operateCallBack === "function") {
|