@@ -500,8 +500,10 @@ export default {
computed: {
exParams() {
+ console.log(this.screenForm);
return {
...this.screenForm,
+ correspondId:this.screenForm.correspondId,
takerId: this.screenForm.manId,
status: this.screenForm.status,
}