Browse Source

Merge pull request #577 from tron/lock/release-3.16.0/KIP-17885

feat(KIP-17885): Temp parking frontend |无牌车出口设置request,当前参数异常,重新登录去掉g…
John-Hong 11 months ago
parent
commit
79628fb72f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/request.js

+ 1 - 1
src/api/request.js

@@ -194,7 +194,7 @@ export const createAxiosByinterceptors = (config) => {
       // 检测无牌车出场参数, 必须为必填参数
       if(/unlicensed-car-checkout/g.test(config.url)) {
         const data = config.data
-        if(!data.vehicleNo && !data.gateId || !config.data) {
+        if(!data.vehicleNo && !data.qrCodeId || !config.data) {
           throw {
             response: {
               data: {