修复获取家庭成员时生日信息导致的异常

This commit is contained in:
aixianling
2023-05-23 09:16:15 +08:00
parent 8b320ece34
commit 5bd534c170

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 {