mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
优化代码
This commit is contained in:
parent
5078017064
commit
d4870177a4
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user