zhengkaixin 1 年之前
父节点
当前提交
4054cc2ed8
共有 1 个文件被更改,包括 3 次插入1 次删除
  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({