优化代码

This commit is contained in:
wuxw 2022-11-18 03:50:31 +08:00
parent 5078017064
commit d4870177a4
3 changed files with 2 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -195,6 +195,7 @@
let param = {
params: {
paId: $that.parkingAreaControlCustomCarInoutInfo.paId,
boxId: $that.parkingAreaControlCustomCarInoutInfo.boxId,
pccIds: $that.parkingAreaControlCustomCarInoutInfo.pccIds.join(","),
carNum: $that.parkingAreaControlCustomCarInoutInfo.carNum
}

View File

@ -42,7 +42,7 @@
};
//发送get请求
vc.http.apiGet('/parkingCouponCar.listParkingCouponCar',
vc.http.apiGet('/parkingCoupon.listParkingCouponCar',
param,
function(json, res) {
let _parkingCouponCarInfo = JSON.parse(json);