This commit is contained in:
yanran200730
2023-05-23 10:35:43 +08:00

View File

@@ -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 {