Browse Source

优化

feature/codeMove
ZhaoTongYao 3 years ago
parent
commit
f0bee6bb23
  1. 3
      src/views/modules/epidemic/persontesting-add-or-update-mobile.vue

3
src/views/modules/epidemic/persontesting-add-or-update-mobile.vue

@ -228,6 +228,9 @@
}
this.dataForm.name = res.data.userName
this.dataForm.mobile = res.data.mobile
let identifyNo = this.dataForm.idcard
this.dataForm.sex = this.IdCard(identifyNo, 2)
this.dataForm.birthday = this.IdCard(identifyNo, 1)
}).catch(() => { })
},
IdCard (UUserCard, num) {

Loading…
Cancel
Save