From c0970664aeb01461b0a58c0e18e585acb19cdd7d Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Tue, 20 Oct 2020 11:46:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=97=E7=9B=8A=E4=BA=BA=E5=A9=9A=E5=A7=BB?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/preserve/bc/BeneficiaryInfoAdd.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 },