mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 15:46:43 +08:00
[FIX]电投优化-如果已经选择了险种,返回到投/被保人修改信息,弹出提示框-仍然沿用之前电投的代码不做改变
This commit is contained in:
@@ -963,15 +963,7 @@ export default {
|
||||
//如果 姓名, 性别, 出生日期, 有无社保, 职业 ,婚姻情况,发生变化
|
||||
if (
|
||||
this.userInfo.sex != saleInsuredInfo.sex ||
|
||||
this.userInfo.birthday != saleInsuredInfo.birthday ||
|
||||
this.userInfo.idType != saleInsuredInfo.idType ||
|
||||
this.userInfo.idNo != saleInsuredInfo.idNo ||
|
||||
this.userInfo.idNo != saleInsuredInfo.idNo ||
|
||||
this.userInfo.occupationName != saleInsuredInfo.occupationName ||
|
||||
this.userInfo.occupationCode != saleInsuredInfo.occupationCode ||
|
||||
this.userInfo.medical != saleInsuredInfo.medical ||
|
||||
this.userInfo.marriage != saleInsuredInfo.marriage ||
|
||||
this.userInfo.name != saleInsuredInfo.name
|
||||
this.userInfo.birthday != saleInsuredInfo.birthday
|
||||
) {
|
||||
console.log('hehe')
|
||||
//提示用户
|
||||
|
||||
@@ -1319,12 +1319,8 @@ export default {
|
||||
if (
|
||||
this.userInfo.sex != saleInsuredPersonInfo.sex ||
|
||||
this.userInfo.birthday != saleInsuredPersonInfo.birthday ||
|
||||
this.userInfo.idType != saleInsuredPersonInfo.idType ||
|
||||
this.userInfo.idNo != saleInsuredPersonInfo.idNo ||
|
||||
this.userInfo.occupationCode != saleInsuredPersonInfo.occupationCode ||
|
||||
this.userInfo.medical != saleInsuredPersonInfo.medical ||
|
||||
this.userInfo.marriage != saleInsuredPersonInfo.marriage ||
|
||||
this.userInfo.name != saleInsuredPersonInfo.name
|
||||
this.userInfo.occupationCode != saleInsuredPersonInfo.occupationCode
|
||||
) {
|
||||
//提示用户
|
||||
if (chooseProductCodes && chooseProductCodes.length)
|
||||
|
||||
Reference in New Issue
Block a user