mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 13:56:44 +08:00
投保人/被保人婚姻状态回显
This commit is contained in:
@@ -1431,7 +1431,7 @@ export default {
|
||||
return this.userInfo.salarySource == '4'
|
||||
},
|
||||
maritalStatus() {
|
||||
return this.marriageStatus === '已婚' ? '1' : '2'
|
||||
return this.userInfo.marriageStatus === '已婚' ? '1' : '2'
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
||||
@@ -1743,7 +1743,7 @@ export default {
|
||||
}
|
||||
},
|
||||
maritalStatus() {
|
||||
return this.marriageStatus === '已婚' ? '1' : '2'
|
||||
return this.userInfo.marriageStatus === '已婚' ? '1' : '2'
|
||||
}
|
||||
},
|
||||
beforeDestroy() {
|
||||
|
||||
Reference in New Issue
Block a user