BUG 29456

This commit is contained in:
aixianling
2022-04-29 19:35:24 +08:00
parent 352843b9be
commit 6552467cea
2 changed files with 4 additions and 9 deletions

View File

@@ -519,7 +519,7 @@ export default {
handler: function (v) {
let {name, idNumber, currentAreaId, currentAreaName} = v?.[0] || {}
this.form = {...this.form, name, idNumber, currentAreaId, currentAreaName}
this.form.sex = this.idCardNoUtil.getIdCardInfo(idNumber)?.sex
this.form.sex = this.$idCardNoUtil.getIdCardInfo(idNumber)?.sex
},
deep: true,
},