出生日期
This commit is contained in:
@@ -294,6 +294,7 @@ export default {
|
||||
girdId: '',
|
||||
girdName: '',
|
||||
healthyStatus: '',
|
||||
birthday: '',
|
||||
},
|
||||
id: '',
|
||||
$areaId: '',
|
||||
@@ -412,6 +413,7 @@ export default {
|
||||
}
|
||||
var info = this.$idCardNoUtil.getIdCardInfo(this.form.idNumber)
|
||||
this.form.sex = info.gender
|
||||
this.form.birthDate = info.birthday
|
||||
var myDate = new Date();
|
||||
var month = myDate.getMonth() + 1;
|
||||
var day = myDate.getDate();
|
||||
|
||||
Reference in New Issue
Block a user