|
@@ -27,8 +27,8 @@ |
|
@@ -27,8 +27,8 @@ |
27
|
},
|
27
|
},
|
28
|
created() {
|
28
|
created() {
|
29
|
const returnId = this.$route.params.id;
|
29
|
const returnId = this.$route.params.id;
|
30
|
- const supplierId = this.$route.params.supplierId;
|
|
|
31
|
- const supplierName = this.$route.params.supplierName;
|
30
|
+ const supplierId = this.$route.query.sId;
|
|
|
31
|
+ const supplierName = this.$route.query.sName;
|
32
|
const params = { supplierId, returnedSupplierId: returnId };
|
32
|
const params = { supplierId, returnedSupplierId: returnId };
|
33
|
|
33
|
|
34
|
this.returnId = returnId;
|
34
|
this.returnId = returnId;
|