fmui-base 2.2.41 → 2.2.43

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,8 @@
3
3
  ---npm publish
4
4
 
5
5
  ## 更新日志
6
+ - 2.2.43: 抢占环节加签只允许单选
7
+ - 2.2.42: 上海CA提提示时间设为3秒
6
8
  - 2.2.41: 上海CA提交前开启免密校验
7
9
  - 2.2.40: 流程结束环节提交需要弹窗进行确认
8
10
  - 2.2.39: 转交批示意见不必填
@@ -2891,7 +2891,8 @@ var PageHome = function (_React$Component) {
2891
2891
  if (shCATrustFlag) {
2892
2892
  _Toast2.default.show({
2893
2893
  type: 'error',
2894
- content: '请先到云医签APP密码管理开启推送免密后再提交流程'
2894
+ content: '请先到云医签APP密码管理开启推送免密后再提交流程',
2895
+ duration: 3000
2895
2896
  });
2896
2897
  return;
2897
2898
  }
@@ -5122,7 +5123,8 @@ var PageHome = function (_React$Component) {
5122
5123
  bizSn: commentbizSn,
5123
5124
  relationId: loginUserInfo.mobile,
5124
5125
  msg: comment,
5125
- fileName: loginUserInfo.mobile
5126
+ fileName: loginUserInfo.mobile,
5127
+ isComment: '1'
5126
5128
  }).then(function (content) {
5127
5129
  // 返回是否为免密状态
5128
5130
  return content && content.isTrust === '1';
@@ -8294,7 +8296,7 @@ var PageHome = function (_React$Component) {
8294
8296
  placeholder: '\u8BF7\u9009\u62E9',
8295
8297
  code: 'org,group',
8296
8298
  chooseType: 'userNotOrg',
8297
- checkType: 'checkbox',
8299
+ checkType: this.state.participantMode == '3' ? 'radio' : 'checkbox',
8298
8300
  ref: "selectMember_addSign",
8299
8301
  isDelete: true,
8300
8302
  onChange: this.addSignCallback.bind(this)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.2.41",
3
+ "version": "2.2.43",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",