【fix】 在添加指定受益人时,在投被保险人的关系为其他时,禁用 “同投保人” 选项

This commit is contained in:
tian.guangyuan
2020-04-17 09:47:11 +08:00
parent 80cd78c72f
commit 6a72af0dbe

View File

@@ -310,7 +310,7 @@ export default {
// intercept: '1' //是否拦截原生返回事件 1是 其他否
// })
window.appCallBack = this.appCallBack
if (localStorage.applicant == '1' || this.saleInsuredPersonInfo.relationToAppnt == '1') {
if (localStorage.applicant == '1' || this.saleInsuredPersonInfo.relationToAppnt == '1' || this.saleInsuredPersonInfo.relationToAppnt == '5' ) {
this.Insured = true
} else {
this.Insured = false