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