缓存担保人

This commit is contained in:
nimengmeng_1990
2019-12-04 10:41:47 +08:00
parent e4911da8ba
commit 19c70b9927
2 changed files with 5 additions and 6 deletions

View File

@@ -43,7 +43,8 @@ export default {
// { name: '《个险营销员营销告知书》', signState: '0' },
// { name: '《个险销售人员代理合同》', signState: '1' }
],
isSubmit: false
isSubmit: false,
ebizGuarantor:{}
}
},
created() {
@@ -71,6 +72,9 @@ export default {
this.agentInfo = res.content.ebizEnterCustomerDto
this.referrerInfo = res.content.ebizReferrerDto
this.signList = res.content.ebizAgreementDtoList
this.ebizGuarantor = res.content.ebizGuarantorDto
localStorage.idNoD = this.ebizGuarantor.idNo
localStorage.idNameD = this.ebizGuarantor.name
this.agentInfo.createdDate = this.agentInfo.createdDate.substring(0, 10)
this.signList.map(item => {
this.addKey(item)