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 +1 -0
- package/lib/process_info/processInfo.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -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)
|