Эх сурвалжийг харах

feat(KIP-17885): Temp parking frontend |无牌车出口设置request,当前参数异常,重新登录去掉gateId 添加qrCodeId2

lock.qiu@kerryprops.com 11 сар өмнө
parent
commit
b2d9fe45e5

+ 2 - 2
src/pages/parkingFeeV2/mixins/parkingFeeDetail.js

@@ -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) => {