[FIX]家庭地址问题修改

This commit is contained in:
zhouna
2019-12-23 15:32:08 +08:00
parent f4d2ae3a35
commit 85722daf7c
2 changed files with 5 additions and 4 deletions

View File

@@ -464,7 +464,7 @@ export default {
},
homeNameInfo() {
let area = [{ code: this.userInfo.homeProvince }, { code: this.userInfo.homeCity }, { code: this.userInfo.homeArea }]
this.homeName = getAreaName(area, 'new')
this.homeName = getAreaName(area)
},
//弹框选择
toSelect(pickerType, valueKey) {