|
@@ -501,8 +501,9 @@ export default {
|
|
computed: {
|
|
computed: {
|
|
exParams() {
|
|
exParams() {
|
|
return {
|
|
return {
|
|
- takerId: this.screenForm.manId,
|
|
|
|
- status: this.screenForm.status
|
|
|
|
|
|
+ ...this.screenForm,
|
|
|
|
+ takerId: this.screenForm.manId,
|
|
|
|
+ status: this.screenForm.status,
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|