diff --git a/src/views/ebiz/preserve/bc/BeneficiaryInfoAdd.vue b/src/views/ebiz/preserve/bc/BeneficiaryInfoAdd.vue index 453b1b547..eb6899454 100644 --- a/src/views/ebiz/preserve/bc/BeneficiaryInfoAdd.vue +++ b/src/views/ebiz/preserve/bc/BeneficiaryInfoAdd.vue @@ -292,8 +292,8 @@ export default { yearSalary: '', area: '', bnfLot: '', //受益比例 - - // certificateValidate: '', + marriageStatus: '', + maritalStatus: '', effectiveDateType: false //是否长期 }, areaList: areaList, @@ -334,9 +334,9 @@ export default { onMarriageConfirm(value) { this.userInfo.marriageStatus = value.text if (value.text === '已婚') { - this.userInfo.marriage = '1' + this.userInfo.maritalStatus = '1' } else { - this.userInfo.marriage = '2' + this.userInfo.maritalStatus = '2' } this.isMarriageStatusShow = false },