fmui-base 2.2.65 → 2.2.66

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.66: 移动端关联字段为空报错
6
7
  - 2.2.65: 移动端关联字段报错
7
8
  - 2.2.64: 移动端提醒支持强制选中,移动端必提醒
8
9
  - 2.2.63: 再次发起回调参数
package/lib/form/table.js CHANGED
@@ -950,6 +950,8 @@ var PageHome = function (_React$Component) {
950
950
  } else {
951
951
  nowValue = nowValueArray.join(",");
952
952
  }
953
+ } else {
954
+ nowValue = "";
953
955
  }
954
956
  var relaFieldMap = {};
955
957
  if (editType == 'hide' || editType == 'rowhide') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.2.65",
3
+ "version": "2.2.66",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",