|
@@ -140,7 +140,7 @@
|
|
//this.userList=this.carhelp.getPersonInfoPlus().userList
|
|
//this.userList=this.carhelp.getPersonInfoPlus().userList
|
|
|
|
|
|
this.getfindByOpenId();
|
|
this.getfindByOpenId();
|
|
- this.getChangeCompanyList();
|
|
|
|
|
|
+ //this.getChangeCompanyList();
|
|
},
|
|
},
|
|
onShow() {
|
|
onShow() {
|
|
|
|
|
|
@@ -208,6 +208,8 @@
|
|
|
|
|
|
this.carhelp.setToken(token);
|
|
this.carhelp.setToken(token);
|
|
this.carhelp.setPersonInfoPlus(response.data);
|
|
this.carhelp.setPersonInfoPlus(response.data);
|
|
|
|
+
|
|
|
|
+ this.getChangeCompanyList();
|
|
this.$forceUpdate()
|
|
this.$forceUpdate()
|
|
}).catch(error => {
|
|
}).catch(error => {
|
|
uni.showToast({
|
|
uni.showToast({
|