fmui-base 2.3.38 → 2.3.39

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.3.39:表单说明组件附件允许下载
6
7
  - 2.3.38:选人组件增加参数noSelectRoot,为1时根组织不可选,默认根组织可选
7
8
  - 2.3.37:已办列表增加办理缓急标识,表单说明组件附件允许下载
8
9
  - 2.3.36:单选多选可输入,输入内容过多时不换行
package/lib/form/form.js CHANGED
@@ -5045,6 +5045,7 @@ var PageHome = function (_React$Component) {
5045
5045
  required: false,
5046
5046
  canAdd: false,
5047
5047
  canDel: false,
5048
+ canDownload: true,
5048
5049
  initIds: t.state.itemParam.noteFileIds,
5049
5050
  limitNo: '5',
5050
5051
  fileSizeLimit: '10',
@@ -5059,6 +5060,7 @@ var PageHome = function (_React$Component) {
5059
5060
  required: false,
5060
5061
  canAdd: false,
5061
5062
  canDel: false,
5063
+ canDownload: true,
5062
5064
  initIds: t.state.itemParam.noteImageIds,
5063
5065
  limitNo: '5',
5064
5066
  fileSizeLimit: '10',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.3.38",
3
+ "version": "2.3.39",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",