From 8ca15da11c53dad7f745d7b5364736d65fcd796a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=85=A7=E5=BD=B1?= Date: Tue, 22 Jul 2025 15:25:01 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=94=B5=E5=AD=90=E6=8A=95=E4=BF=9D?= =?UTF-8?q?=E8=AF=81=E4=BB=B6=E6=88=AA=E6=AD=A2=E6=97=A5=E6=9C=9F=E5=9B=9E?= =?UTF-8?q?=E6=98=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/InsuredInfo.vue | 6 ++++-- src/views/ebiz/sale/InsuredPerson.vue | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/views/ebiz/sale/InsuredInfo.vue b/src/views/ebiz/sale/InsuredInfo.vue index 1cd16bc3c..f197e9461 100644 --- a/src/views/ebiz/sale/InsuredInfo.vue +++ b/src/views/ebiz/sale/InsuredInfo.vue @@ -64,6 +64,7 @@ :flag="true" > Date: Tue, 22 Jul 2025 15:30:24 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=94=B5=E5=AD=90=E6=8A=95=E4=BF=9D?= =?UTF-8?q?=E8=AF=81=E4=BB=B6=E6=88=AA=E6=AD=A2=E6=97=A5=E6=9C=9F=E5=9B=9E?= =?UTF-8?q?=E6=98=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/InsuredPerson.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/sale/InsuredPerson.vue b/src/views/ebiz/sale/InsuredPerson.vue index 5e23427be..f8c566332 100644 --- a/src/views/ebiz/sale/InsuredPerson.vue +++ b/src/views/ebiz/sale/InsuredPerson.vue @@ -1275,7 +1275,7 @@ this.userInfo.certificateValidate = data.idEffectStartDate //证件起始日期 // this.userInfo.certiexpiredate = data.idEffectEndDate //证件截止日期 // this.userInfo.effectiveDateType = data.idEffectEndDate == '9999-12-31' //是否长期 - if (data.idEffectEndDate == '9999-12-31') { + if (data.idEffectEndDate == '9999-12-31' && !data.idEffectEndDate) { this.userInfo.effectiveDateType = true //是否长期 } else { this.userInfo.certiexpiredate = data.idEffectEndDate //证件截止日期