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