From 5bd534c1703a095c80a6b629fd9d77a716c4f584 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 23 May 2023 09:16:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=8E=B7=E5=8F=96=E5=AE=B6?= =?UTF-8?q?=E5=BA=AD=E6=88=90=E5=91=98=E6=97=B6=E7=94=9F=E6=97=A5=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=AF=BC=E8=87=B4=E7=9A=84=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/meta/AppResident/residentDetail.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/meta/AppResident/residentDetail.vue b/packages/meta/AppResident/residentDetail.vue index 9d8671b2..0dca8861 100644 --- a/packages/meta/AppResident/residentDetail.vue +++ b/packages/meta/AppResident/residentDetail.vue @@ -653,8 +653,7 @@ export default { }, showFamily(row) { this.familyInfo = row; - let {birthday} = ID.getIdCardInfo(this.familyInfo.idNumber) - this.familyInfo.birthday = birthday + this.familyInfo.birthday = ID.getBirthday(this.familyInfo.idNumber) if (this.familyInfo.photo) { this.familyInfo.imgUrl = this.familyInfo.photo.split(";")[0]; } else {