fmui-base 2.0.88 → 2.0.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.0.89:表单组件子表处理
6
7
  - 2.0.88:表单组件支持关联表子表功能
7
8
  - 2.0.87:表单组件未用到的批示意见显示隐藏根据传的参数控制
8
9
  - 2.0.86:流程列表标题样式
@@ -216,6 +216,7 @@ var PageHome = function (_React$Component) {
216
216
  }, {
217
217
  key: 'dealwithSubForm',
218
218
  value: function dealwithSubForm(subForm, itemParam, subTbl, relatedTbl) {
219
+ console.log("===dealwithSubForm===");
219
220
  var subFormList = [];
220
221
  var itemCode = itemParam.key;
221
222
  var value = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.0.88",
3
+ "version": "2.0.89",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",