diff --git a/src/views/ebiz/cardList/information.vue b/src/views/ebiz/cardList/information.vue index 8d6faca11..3aac4249c 100644 --- a/src/views/ebiz/cardList/information.vue +++ b/src/views/ebiz/cardList/information.vue @@ -2080,7 +2080,7 @@ export default { // return this.$toast('户口本的证件号码长度应等于18位') // } } - let insuredAge = utilsAge.getAge(this.insuredInfo.birthday, new Date()) + let insuredAge = utilsAge.getAge(this.insuredInfo.birthday, new Date(this.cvaliDate)) console.log('计算年龄', insuredAge) //如果证件类型是身份证或户口本 if (this.insuredInfo.idType == '1') {