mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 19:06:43 +08:00
【fix】 在添加指定受益人时,在投被保险人的关系为其他时,禁用 “同投保人” 选项
This commit is contained in:
@@ -310,7 +310,7 @@ export default {
|
|||||||
// intercept: '1' //是否拦截原生返回事件 1是 其他否
|
// intercept: '1' //是否拦截原生返回事件 1是 其他否
|
||||||
// })
|
// })
|
||||||
window.appCallBack = this.appCallBack
|
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
|
this.Insured = true
|
||||||
} else {
|
} else {
|
||||||
this.Insured = false
|
this.Insured = false
|
||||||
|
|||||||
Reference in New Issue
Block a user