This commit is contained in:
yanran200730
2022-01-26 17:06:08 +08:00
parent b7a1d77fc1
commit b1cbf09a50

View File

@@ -940,7 +940,7 @@ export default {
this.isShowDisciplinaryForm = true;
},
idChange(val) {
let info = this.$idCardNoUtil.getIdCardInfo(val)
let info = this.idCardNoUtil.getIdCardInfo(val)
this.form.sex = info.sex || "";
this.form.birthday = info.birthday || "";
this.form.age = this.$calcAge(val) || "";