Merge branch 'build' of http://git.sinoecare.com/sinoecare/digital_village_v2/dvcp_v2_webapp into build
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