180188f1 by zrj

8.12 huzhaoshibie

1 parent c8ac4fae
...@@ -592,7 +592,6 @@ const getPassportInfo = (res) => { ...@@ -592,7 +592,6 @@ const getPassportInfo = (res) => {
592 } else { 592 } else {
593 if (res.data) { 593 if (res.data) {
594 ElMessage.error(res.data.code) 594 ElMessage.error(res.data.code)
595
596 let obj = { 595 let obj = {
597 position: '', 596 position: '',
598 lastName: '', 597 lastName: '',
...@@ -608,19 +607,6 @@ const getPassportInfo = (res) => { ...@@ -608,19 +607,6 @@ const getPassportInfo = (res) => {
608 form.value.cptVisaInfoBos.push(obj) 607 form.value.cptVisaInfoBos.push(obj)
609 } else { 608 } else {
610 ElMessage.error(res.msg) 609 ElMessage.error(res.msg)
611 let obj = {
612 position: '',
613 lastName: '',
614 fristName: '',
615 sex: '',
616 birthday: '',
617 nationality: '',
618 passportNo: '',
619 issueDate: '',
620 expiryDate: '',
621 passportCopy: '',
622 }
623 form.value.cptVisaInfoBos.push(obj)
624 } 610 }
625 } 611 }
626 nextTick(() => { 612 nextTick(() => {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!