fmui-base 2.2.48 → 2.2.49
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 +1 -0
- package/lib/selectMember/select.js +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
package/lib/form/form.js
CHANGED
|
@@ -3594,6 +3594,7 @@ var PageHome = function (_React$Component) {
|
|
|
3594
3594
|
limitData: t.state.itemParam.limitData,
|
|
3595
3595
|
ref: "selectMember_" + t.state.itemParam.fieldData,
|
|
3596
3596
|
isDelete: !t.state.itemParam.readOnly,
|
|
3597
|
+
includeDel: "2",
|
|
3597
3598
|
showType: 'list',
|
|
3598
3599
|
onChange: this.popuserChange.bind(this, t.state.itemParam.key)
|
|
3599
3600
|
})
|
|
@@ -320,7 +320,6 @@ var Page = function (_React$Component) {
|
|
|
320
320
|
_this.state.isShowSelectCpc = true;
|
|
321
321
|
_db2.default.FlowModuleAPI.getSysSettingByMark({ mark: 'isDefaultdy' }).then(function (content2) {
|
|
322
322
|
//非党员
|
|
323
|
-
console.log("isDefaultdy", content2);
|
|
324
323
|
if (content2 && content2 == '1') {
|
|
325
324
|
_this.state.curSelectCpc = '0';
|
|
326
325
|
_this.state.selectCpcOptions = [{ value: "1", checked: false, content: '党员', disable: false }, { value: "0", checked: true, content: '非党员', disable: false }];
|
|
@@ -791,7 +790,6 @@ var Page = function (_React$Component) {
|
|
|
791
790
|
} else {
|
|
792
791
|
url += "&includeDel=1";
|
|
793
792
|
}
|
|
794
|
-
url += "&isRelScope=1";
|
|
795
793
|
fetch(url, {
|
|
796
794
|
method: "GET",
|
|
797
795
|
mode: "cors",
|