no message

This commit is contained in:
shijingjing
2022-04-29 19:36:01 +08:00
2 changed files with 4 additions and 8 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,
},