fmui-base 2.1.2 → 2.1.3
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 -0
- package/lib/process_info/processInfo.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2886,7 +2886,7 @@ var PageHome = function (_React$Component) {
|
|
|
2886
2886
|
taskId: t.state.taskId
|
|
2887
2887
|
}).then(function (content) {
|
|
2888
2888
|
var backList = content;
|
|
2889
|
-
if (content
|
|
2889
|
+
if (content && content.length > 0) {
|
|
2890
2890
|
t.setState({
|
|
2891
2891
|
pageStatus: '1',
|
|
2892
2892
|
operate: 'CANCEL_LIMIT',
|