180188f1 by zrj

8.12 huzhaoshibie

1 parent c8ac4fae
......@@ -592,7 +592,6 @@ const getPassportInfo = (res) => {
} else {
if (res.data) {
ElMessage.error(res.data.code)
let obj = {
position: '',
lastName: '',
......@@ -608,19 +607,6 @@ const getPassportInfo = (res) => {
form.value.cptVisaInfoBos.push(obj)
} else {
ElMessage.error(res.msg)
let obj = {
position: '',
lastName: '',
fristName: '',
sex: '',
birthday: '',
nationality: '',
passportNo: '',
issueDate: '',
expiryDate: '',
passportCopy: '',
}
form.value.cptVisaInfoBos.push(obj)
}
}
nextTick(() => {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!