[FIX]电投优化-如果已经选择了险种,返回到投/被保人修改信息,弹出提示框-仍然沿用之前电投的代码不做改变

This commit is contained in:
yuweiqi
2020-03-25 11:33:41 +08:00
parent 4c27112249
commit 5afb2054b7
2 changed files with 2 additions and 14 deletions

View File

@@ -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')
//提示用户

View File

@@ -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)