zhengkaixin 1 year ago
parent
commit
4054cc2ed8
1 changed files with 3 additions and 1 deletions
  1. 3 1
      pages/mine/mine.vue

+ 3 - 1
pages/mine/mine.vue

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