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
|
@@ -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.
|
|
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;
|