27037
This commit is contained in:
@@ -940,7 +940,7 @@ export default {
|
|||||||
this.isShowDisciplinaryForm = true;
|
this.isShowDisciplinaryForm = true;
|
||||||
},
|
},
|
||||||
idChange(val) {
|
idChange(val) {
|
||||||
let info = this.$idCardNoUtil.getIdCardInfo(val)
|
let info = this.idCardNoUtil.getIdCardInfo(val)
|
||||||
this.form.sex = info.sex || "";
|
this.form.sex = info.sex || "";
|
||||||
this.form.birthday = info.birthday || "";
|
this.form.birthday = info.birthday || "";
|
||||||
this.form.age = this.$calcAge(val) || "";
|
this.form.age = this.$calcAge(val) || "";
|
||||||
|
|||||||
Reference in New Issue
Block a user