fmui-base 2.0.89 → 2.0.90

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.90:表单组件子表处理
6
7
  - 2.0.89:表单组件子表处理
7
8
  - 2.0.88:表单组件支持关联表子表功能
8
9
  - 2.0.87:表单组件未用到的批示意见显示隐藏根据传的参数控制
@@ -153,9 +153,11 @@ var PageHome = function (_React$Component) {
153
153
  itemParam.itemType = itemType;
154
154
  itemParam.uniqueName = form.uniqueName;
155
155
  itemParam.isHidden = form.isHidden ? form.isHidden : false; //默认不隐藏
156
+ itemParam.parentTblName = form.parentTblName;
156
157
 
157
158
  itemParam.children = form['children'];
158
159
  itemParam.fieldControll = this.props.fieldControll;
160
+
159
161
  //判断字段属性
160
162
  var fieldControllJson = this.props.fieldControll;
161
163
  var subtableReadonly = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.0.89",
3
+ "version": "2.0.90",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",