fmui-base 2.2.42 → 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,7 @@
3
3
  ---npm publish
4
4
 
5
5
  ## 更新日志
6
+ - 2.2.43: 抢占环节加签只允许单选
6
7
  - 2.2.42: 上海CA提提示时间设为3秒
7
8
  - 2.2.41: 上海CA提交前开启免密校验
8
9
  - 2.2.40: 流程结束环节提交需要弹窗进行确认
@@ -8296,7 +8296,7 @@ var PageHome = function (_React$Component) {
8296
8296
  placeholder: '\u8BF7\u9009\u62E9',
8297
8297
  code: 'org,group',
8298
8298
  chooseType: 'userNotOrg',
8299
- checkType: 'checkbox',
8299
+ checkType: this.state.participantMode == '3' ? 'radio' : 'checkbox',
8300
8300
  ref: "selectMember_addSign",
8301
8301
  isDelete: true,
8302
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.42",
3
+ "version": "2.2.43",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",