fmui-base 2.1.29 → 2.1.30

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.1.30:宏值字段可编辑时根据当前人变化
6
7
  - 2.1.29:委托办理被委托人批示,显示被委托人的签名
7
8
  - 2.1.28:统一审批跳转问题处理
8
9
  - 2.1.27:流程列表党纪工跳转
package/lib/form/form.js CHANGED
@@ -641,6 +641,9 @@ var PageHome = function (_React$Component) {
641
641
  alert("265====="+itemParam.dataAttr.textLineFeed);
642
642
  }*/
643
643
  //宏值签名图片
644
+ if (itemParam.dataAttr && itemParam.dataAttr.dataSrc == '2' && !readOnly) {
645
+ value = form.defaultValue;
646
+ }
644
647
  if (itemParam.dataAttr && itemParam.dataAttr.dataSrc == '2' && itemParam.dataAttr.fromMacro.value == 'currentUserSignPic') {
645
648
 
646
649
  if (value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.1.29",
3
+ "version": "2.1.30",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",