diff --git a/src/views/ebiz/sale/AddBeneficiaryInfo.vue b/src/views/ebiz/sale/AddBeneficiaryInfo.vue index 4ba32afbb..3b8b47880 100644 --- a/src/views/ebiz/sale/AddBeneficiaryInfo.vue +++ b/src/views/ebiz/sale/AddBeneficiaryInfo.vue @@ -662,7 +662,7 @@ export default { } //年龄在65周岁以上 } else if (age > 65) { - if (this.effectiveDateType == false) { + if (this.userInfo.effectiveDateType == false) { this.userInfo.certiexpiredate = '' this.$refs.certiexpiredate.date = '' return this.$toast('65周岁以上的证件有效期为长期') diff --git a/src/views/ebiz/sale/InsuredInfo.vue b/src/views/ebiz/sale/InsuredInfo.vue index d5eb14a35..763752f9b 100644 --- a/src/views/ebiz/sale/InsuredInfo.vue +++ b/src/views/ebiz/sale/InsuredInfo.vue @@ -909,7 +909,7 @@ export default { } //年龄在65周岁以上 } else if (age > 65) { - if (this.effectiveDateType == false) { + if (this.userInfo.effectiveDateType == false) { this.userInfo.certiexpiredate = '' this.$refs.certiexpiredate.date = '' return this.$toast('65周岁以上的证件有效期为长期') diff --git a/src/views/ebiz/sale/InsuredPerson.vue b/src/views/ebiz/sale/InsuredPerson.vue index 12aea606c..38d109b27 100644 --- a/src/views/ebiz/sale/InsuredPerson.vue +++ b/src/views/ebiz/sale/InsuredPerson.vue @@ -1112,7 +1112,7 @@ export default { } //年龄在65周岁以上 } else if (age > 65) { - if (this.effectiveDateType == false) { + if (this.userInfo.effectiveDateType == false) { this.userInfo.certiexpiredate = '' this.$refs.certiexpiredate.date = '' return this.$toast('65周岁以上的证件有效期为长期')