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 +1 -0
- package/lib/form/form.js +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
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',
|