Просмотр исходного кода

Merge pull request #343 from John-Hong/John/release-2.20.0/SCRM-5068-2

触发重新编译
John-Hong 1 год назад
Родитель
Сommit
65690264ce
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/store/order/index.js

+ 2 - 2
src/store/order/index.js

@@ -1,4 +1,4 @@
-import checkOutQHResponse from "@/api/mockData/checkout.bj6.response.json";
+// import checkOutQHResponse from "@/api/mockData/checkout.qh3.response.json";
 import { checkOut,calculateDiscount,ordersAndPrepay,currentUnlicensedPlate,unlicensedCarCheckIn,unlicensedCarCheckout } from '@/api/parking';
 import state from "@/store/order/state";
 import mutations from "@/store/order/mutations";
@@ -42,8 +42,8 @@ export default {
         });
         const method = unlicensed && endlessLoop && gateId || !vehicleNo ? unlicensedCarCheckout : checkOut
         const res = await method(vehicleNo, unlicensed, gateId);
-        Toast.clear();
         // const res = checkOutQHResponse
+        Toast.clear();
         if ( res?.parkingRecord?.totalFee <= 0 ) {
           callback && callback({
             unlicensed,