mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-13 18:56:43 +08:00
缓存担保人
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user