From aa8f08ca686749ad89e0d089e99e8f74186a8e1c Mon Sep 17 00:00:00 2001
From: "li.yuetong"
Date: Thu, 24 Feb 2022 20:24:34 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=87=91=E8=9E=8D=E6=9C=BA=E6=9E=84?=
=?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=B0=BD=E8=81=8C=E8=B0=83=E6=9F=A5=E5=92=8C?=
=?UTF-8?q?=E5=AE=A2=E6=88=B7=E8=BA=AB=E4=BB=BD=E8=B5=84=E6=96=99=E5=8F=8A?=
=?UTF-8?q?=E4=BA=A4=E6=98=93=E8=AE=B0=E5=BD=95=E4=BF=9D=E5=AD=98=E7=AE=A1?=
=?UTF-8?q?=E7=90=86=E5=8A=9E=E6=B3=95=E8=A6=81=E6=B1=82=E9=9C=80=E6=B1=82?=
=?UTF-8?q?=E3=80=91=E5=B9=B4=E9=BE=84=E5=A4=A7=E4=BA=8E=E7=AD=89=E4=BA=8E?=
=?UTF-8?q?66=E5=91=A8=E5=B2=81=EF=BC=8C=E8=AF=81=E4=BB=B6=E6=9C=89?=
=?UTF-8?q?=E6=95=88=E6=9C=9F=E9=A1=BB=E4=B8=BA=E9=95=BF=E6=9C=9F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ebiz/sale/AddBeneficiaryInfo.vue | 2 +-
src/views/ebiz/sale/InsuredInfo.vue | 2 +-
src/views/ebiz/sale/InsuredPerson.vue | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
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 0611e4f06..9a06353ea 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 bff6e05cb..73fbd33ce 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周岁以上的证件有效期为长期')