|
@@ -570,7 +570,8 @@
|
|
|
uni.setStorageSync("cangid",'')
|
|
|
if (res1.data.code == 200) {
|
|
|
uni.setStorageSync('pcUserInfo', res1.data.data)
|
|
|
- uni.setStorageSync('compName1', that.companyList[e[0]].compName)
|
|
|
+ uni.setStorageSync('compName1', {company:that.companyList[e[0]].compName})
|
|
|
+ // uni.setStorageSync('compName1', that.companyList[e[0]].compName)
|
|
|
that.compName = that.companyList[e[0]].compName
|
|
|
helper.getListByUserId()
|
|
|
} else {
|