Browse Source

公司读取调整

wgl 4 years ago
parent
commit
2c3ba34fe9
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/components/Common.vue

+ 4 - 4
src/components/Common.vue

@@ -104,8 +104,8 @@
 					var person = response ? response.person : '';
 					var person = response ? response.person : '';
 					this.set_person_data(person);
 					this.set_person_data(person);
 
 
-					var company = response ? response.company : '';
-					this.set_company_data(company);
+					var personPopedom = response ? response.personPopedom : '';
+					this.set_person_popedom(personPopedom);
 
 
 					this.asynCallBack();
 					this.asynCallBack();
 
 
@@ -122,7 +122,7 @@
 				set_openid: types.SET_WEIXIN_OPENID,
 				set_openid: types.SET_WEIXIN_OPENID,
 				set_token: types.SET_TOKEN,
 				set_token: types.SET_TOKEN,
 				set_person_data: types.SET_PERSON_DATA,
 				set_person_data: types.SET_PERSON_DATA,
-				set_company_data: types.SET_COMPANY_DATA,
+				set_person_popedom: types.SET_PERSON_POPEDOM,
 			})
 			})
 		},
 		},
 		mounted() {},
 		mounted() {},
@@ -131,7 +131,7 @@
 				openId: 'wx_openid',
 				openId: 'wx_openid',
 				token: 'token',
 				token: 'token',
 				person_data: 'person_data',
 				person_data: 'person_data',
-				company_data: 'company_data',
+				person_popedom: 'person_popedom',
 			})
 			})
 		}
 		}
 	}
 	}