修复获取家庭成员时生日信息导致的异常
This commit is contained in:
		| @@ -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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user