mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 09:16:43 +08:00
卡单--被保人年龄取值问题
This commit is contained in:
@@ -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周岁的公民身份证有效期不能为长期')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user