fmui-base 2.2.37 → 2.2.38

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.38: 选人组件扩展页签
6
7
  - 2.2.37: 北京ca加签验签修改
7
8
  - 2.2.36: 流程增加ca开关
8
9
  - 2.2.35: 流程选人去重问题,时分字段丢失修复
@@ -7552,6 +7552,7 @@ var PageHome = function (_React$Component) {
7552
7552
  console.log('oauthWindowURL', oauthWindowURL);
7553
7553
  if (oauthWindowURL && oauthWindowURL != null && oauthWindowURL != 'null' && typeof oauthWindowURL != 'undefined' && oauthWindowURL != '') {
7554
7554
  localStorage.setItem('oauthWindowURL', oauthWindowURL);
7555
+ localStorage.setItem('caFirm', this.state.caFirm);
7555
7556
  // console.log(getLoginUserInfo().contextPageUrl+'/mobile/shenzhengCA.html');
7556
7557
  // window.open(getLoginUserInfo().contextPageUrl+'/mobile/shenzhengCA.html');
7557
7558
  location.href = getLoginUserInfo().contextPageUrl + '/mobile/shenzhengCA.html';
@@ -7192,7 +7192,7 @@ var Page = function (_React$Component) {
7192
7192
  if (result.type == "success") {
7193
7193
  var _t$setState3;
7194
7194
 
7195
- var extList = result.content[obj.active + "List"];
7195
+ var extList = result.data[obj.active + "List"];
7196
7196
  var numObj = {};
7197
7197
  // numObj["select"+code+"Num"] = 0;
7198
7198
  // numObj["noUse"+code+"Num"] = 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.2.37",
3
+ "version": "2.2.38",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",