优化代码

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 = { let param = {
params: { params: {
paId: $that.parkingAreaControlCustomCarInoutInfo.paId, paId: $that.parkingAreaControlCustomCarInoutInfo.paId,
boxId: $that.parkingAreaControlCustomCarInoutInfo.boxId,
pccIds: $that.parkingAreaControlCustomCarInoutInfo.pccIds.join(","), pccIds: $that.parkingAreaControlCustomCarInoutInfo.pccIds.join(","),
carNum: $that.parkingAreaControlCustomCarInoutInfo.carNum carNum: $that.parkingAreaControlCustomCarInoutInfo.carNum
} }

View File

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