|
@@ -936,8 +936,8 @@ export default {
|
|
|
this.popup = false;
|
|
|
this.$store.dispatch('order/orderInit', {
|
|
|
...this.$route.query,
|
|
|
- gateId: this.$route.query?.qrCodeId,
|
|
|
- qrCodeId: this.$route.query?.code,
|
|
|
+ gateId: this.$route.query?.gateId,
|
|
|
+ qrCodeId: this.$route.query?.qrCodeId,
|
|
|
vehicleNo: this.$route.query?.vehicleNo,
|
|
|
endlessLoop: this.endlessLoop,
|
|
|
callback: (res) => {
|