fmui-base 2.2.79 → 2.2.80

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.2.80: 流程扫码发起后关闭表单
6
7
  - 2.2.79: 整型浮点型为空时不校验
7
8
  - 2.2.78: 数据表计算值不生效
8
9
  - 2.2.77: 关联必填时,只读字段不需要必填
@@ -261,7 +261,7 @@ var PageHome = function (_React$Component) {
261
261
  } else {
262
262
  isDraft = "0";
263
263
  }
264
- if (isPush != '0') {
264
+ if (isPush != '0' && dataId && dataId != '-1') {
265
265
  permissionCode = 'other';
266
266
  }
267
267
  var project = query.project; //项目,是首页,公文,还是
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.2.79",
3
+ "version": "2.2.80",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",