浏览代码

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

feat(KIP-17885): Temp parking frontend |无牌车出口设置request,当前参数异常,重新登录去掉g…
John-Hong 11 月之前
父节点
当前提交
79628fb72f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: {