修复获取家庭成员时生日信息导致的异常
This commit is contained in:
		| @@ -653,8 +653,7 @@ export default { | |||||||
|     }, |     }, | ||||||
|     showFamily(row) { |     showFamily(row) { | ||||||
|       this.familyInfo = row; |       this.familyInfo = row; | ||||||
|       let {birthday} = ID.getIdCardInfo(this.familyInfo.idNumber) |       this.familyInfo.birthday = ID.getBirthday(this.familyInfo.idNumber) | ||||||
|       this.familyInfo.birthday = birthday |  | ||||||
|       if (this.familyInfo.photo) { |       if (this.familyInfo.photo) { | ||||||
|         this.familyInfo.imgUrl = this.familyInfo.photo.split(";")[0]; |         this.familyInfo.imgUrl = this.familyInfo.photo.split(";")[0]; | ||||||
|       } else { |       } else { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user