mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 14:52:53 +08:00
受益人婚姻状态字段
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user