投保人/被保人婚姻状态回显

This commit is contained in:
mengxiaolong
2020-10-15 14:31:08 +08:00
parent e200b7ce8f
commit d7e79e3aeb
2 changed files with 2 additions and 2 deletions

View File

@@ -1431,7 +1431,7 @@ export default {
return this.userInfo.salarySource == '4'
},
maritalStatus() {
return this.marriageStatus === '已婚' ? '1' : '2'
return this.userInfo.marriageStatus === '已婚' ? '1' : '2'
}
},
watch: {

View File

@@ -1743,7 +1743,7 @@ export default {
}
},
maritalStatus() {
return this.marriageStatus === '已婚' ? '1' : '2'
return this.userInfo.marriageStatus === '已婚' ? '1' : '2'
}
},
beforeDestroy() {