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