fmui-base 1.0.14 → 1.0.15

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.
Files changed (2) hide show
  1. package/lib/form/form.js +1 -1
  2. package/package.json +2 -2
package/lib/form/form.js CHANGED
@@ -893,7 +893,7 @@ var PageHome = function (_React$Component) {
893
893
  // value = item.showValue;
894
894
  // item.showValue = null;
895
895
  // }else{
896
- if (item.value) {
896
+ if (item.value || item.value == 0) {
897
897
  value = item.value;
898
898
  }
899
899
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "title": "fmui-base",
5
- "description": "上传附件接口修改",
5
+ "description": "表单组件值为0时处理",
6
6
  "main": "lib/index.js",
7
7
  "files": [
8
8
  "dist",