fmui-base 2.2.47 → 2.2.48

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.48: 选人组件支持回显已删除的用户
6
7
  - 2.2.47: 选人组件党员,非党员默认选中支持配置
7
8
  - 2.2.46: 结束回调
8
9
  - 2.2.45: 北京CA
@@ -791,6 +791,7 @@ var Page = function (_React$Component) {
791
791
  } else {
792
792
  url += "&includeDel=1";
793
793
  }
794
+ url += "&isRelScope=1";
794
795
  fetch(url, {
795
796
  method: "GET",
796
797
  mode: "cors",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.2.47",
3
+ "version": "2.2.48",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",