卡单--被保人年龄取值问题

This commit is contained in:
li.yuetong
2022-02-23 17:03:40 +08:00
parent 41f9420f1e
commit 30476f8135

View File

@@ -1667,7 +1667,7 @@ export default {
console.log('证件号码校验有误')
return this.$toast('您填写的证件号码有误')
}
if (age < 46 && this.insuredInfo.effectiveDateType == true) {
if (insuredAge < 46 && this.insuredInfo.effectiveDateType == true) {
return this.$toast('证件有效期错误年龄小于46周岁的公民身份证有效期不能为长期')
}