Merge branch 'devRs' into dev

This commit is contained in:
nimengmeng_1990
2019-12-12 18:57:50 +08:00

View File

@@ -135,11 +135,8 @@ export default {
})
agentAll(data).then(res => {
that.$toast.clear()
that.userInfo = res.content.ebizGuarantorDto
if (res.content.ebizGuarantorDto.sex == null) {
this.userInfo.sex = ''
} else {
this.userInfo.sex = String(res.content.ebizGuarantorDto.sex) //性别
if (res.content.ebizGuarantorDto.length != 0) {
that.userInfo = res.content.ebizGuarantorDto
}
})
},