fmui-base 2.1.88 → 2.1.89

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.89:子表选人组件报错
6
7
  - 2.1.88:流程增加结束(退回)状态
7
8
  - 2.1.87:流程办理支持选择办理缓急
8
9
  - 2.1.86:公众号隐藏附件下载按钮
package/lib/form/form.js CHANGED
@@ -2573,7 +2573,7 @@ var PageHome = function (_React$Component) {
2573
2573
  }
2574
2574
  var formItem = data.formItem;
2575
2575
  var mainTblData = data.mainTblData;
2576
- if (userId) {
2576
+ if (userId && formItem) {
2577
2577
  // t.refs[mainTblName+"_"+itemExt.key].reloadItemParam(itemExt.value);
2578
2578
  _db2.default.FlowModuleAPI.getUserInfo({ userId: userId }).then(function (content) {
2579
2579
  if (content && content.length > 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.1.88",
3
+ "version": "2.1.89",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",