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 CHANGED
@@ -3,6 +3,7 @@
3
3
  ---npm publish
4
4
 
5
5
  ## 更新日志
6
+ - 2.1.3:流程支持取消超时问题处理
6
7
  - 2.1.2:流程支持取消超时
7
8
  - 2.1.1:流程支持取消超时
8
9
  - 2.1.0:表单子表组件支持扩展
@@ -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.data && content.length > 0) {
2889
+ if (content && content.length > 0) {
2890
2890
  t.setState({
2891
2891
  pageStatus: '1',
2892
2892
  operate: 'CANCEL_LIMIT',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",