31fefc39 by zhangmeng

用户名

1 parent 04caf1b8
...@@ -249,6 +249,7 @@ const ocrSuccess = (res) => { ...@@ -249,6 +249,7 @@ const ocrSuccess = (res) => {
249 form.value.passportNumber = res.data.code 249 form.value.passportNumber = res.data.code
250 form.value.birth = res.data.birth?.slice(0, 10) 250 form.value.birth = res.data.birth?.slice(0, 10)
251 form.value.sex = res.data.sex 251 form.value.sex = res.data.sex
252 form.value.certName = res.data.name
252 } else if (res.code == 500) { 253 } else if (res.code == 500) {
253 ElMessage.warning(res.msg) 254 ElMessage.warning(res.msg)
254 } 255 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!