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