|
@@ -742,6 +742,7 @@ export default {
|
|
const orderInit = () => {
|
|
const orderInit = () => {
|
|
this.$refs.countDown.reset(); // 停车场重置费用倒计时3分钟
|
|
this.$refs.countDown.reset(); // 停车场重置费用倒计时3分钟
|
|
this.$store.dispatch('order/orderInit', {
|
|
this.$store.dispatch('order/orderInit', {
|
|
|
|
+ ...this.$route.query,
|
|
gateId: this.$route.query?.gateId,
|
|
gateId: this.$route.query?.gateId,
|
|
vehicleNo: this.$route.query?.vehicleNo,
|
|
vehicleNo: this.$route.query?.vehicleNo,
|
|
endlessLoop: this.endlessLoop,
|
|
endlessLoop: this.endlessLoop,
|
|
@@ -800,6 +801,7 @@ export default {
|
|
this.isPay = false
|
|
this.isPay = false
|
|
// return
|
|
// return
|
|
this.$store.dispatch('order/orderInit', {
|
|
this.$store.dispatch('order/orderInit', {
|
|
|
|
+ ...this.$route.query,
|
|
vehicleNo: this.$route.query.vehicleNo,
|
|
vehicleNo: this.$route.query.vehicleNo,
|
|
gateId: this.$route.query?.gateId,
|
|
gateId: this.$route.query?.gateId,
|
|
endlessLoop: this.endlessLoop,
|
|
endlessLoop: this.endlessLoop,
|
|
@@ -930,6 +932,7 @@ export default {
|
|
this.isPay = false;
|
|
this.isPay = false;
|
|
this.popup = false;
|
|
this.popup = false;
|
|
this.$store.dispatch('order/orderInit', {
|
|
this.$store.dispatch('order/orderInit', {
|
|
|
|
+ ...this.$route.query,
|
|
gateId: this.$route.query?.gateId,
|
|
gateId: this.$route.query?.gateId,
|
|
vehicleNo: this.$route.query?.vehicleNo,
|
|
vehicleNo: this.$route.query?.vehicleNo,
|
|
endlessLoop: this.endlessLoop,
|
|
endlessLoop: this.endlessLoop,
|