Showing
1 changed file
with
0 additions
and
2 deletions
| @@ -237,8 +237,6 @@ export default { | @@ -237,8 +237,6 @@ export default { | ||
| 237 | const vals = ref && typeof ref.getFormValues === 'function' ? ref.getFormValues() : {} | 237 | const vals = ref && typeof ref.getFormValues === 'function' ? ref.getFormValues() : {} |
| 238 | return { | 238 | return { |
| 239 | ...vals, | 239 | ...vals, |
| 240 | - customerInfo: { ...this.customerInfo }, | ||
| 241 | - companyReview: { ...this.companyReview } | ||
| 242 | } | 240 | } |
| 243 | }, | 241 | }, |
| 244 | // 驳回 | 242 | // 驳回 |