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