mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 11:46:43 +08:00
还原
This commit is contained in:
@@ -600,7 +600,7 @@ export default {
|
|||||||
if (this.userInfo.relationToInsured == '2') {
|
if (this.userInfo.relationToInsured == '2') {
|
||||||
let insuredInfo = JSON.parse(localStorage.saleInsuredPersonInfo)
|
let insuredInfo = JSON.parse(localStorage.saleInsuredPersonInfo)
|
||||||
//如果被保人是投保人的配偶 或者 投保人不是已婚
|
//如果被保人是投保人的配偶 或者 投保人不是已婚
|
||||||
if (insuredInfo.marriage != '1') {
|
if (insuredInfo.relationToAppnt == '2' || insuredInfo.marriage != '1') {
|
||||||
return this.$toast('与被保人关系有误')
|
return this.$toast('与被保人关系有误')
|
||||||
}
|
}
|
||||||
//如果被保人与投保人性别相同
|
//如果被保人与投保人性别相同
|
||||||
|
|||||||
Reference in New Issue
Block a user