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 = {
|
||||
params: {
|
||||
paId: $that.parkingAreaControlCustomCarInoutInfo.paId,
|
||||
boxId: $that.parkingAreaControlCustomCarInoutInfo.boxId,
|
||||
pccIds: $that.parkingAreaControlCustomCarInoutInfo.pccIds.join(","),
|
||||
carNum: $that.parkingAreaControlCustomCarInoutInfo.carNum
|
||||
}
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
};
|
||||
|
||||
//发送get请求
|
||||
vc.http.apiGet('/parkingCouponCar.listParkingCouponCar',
|
||||
vc.http.apiGet('/parkingCoupon.listParkingCouponCar',
|
||||
param,
|
||||
function(json, res) {
|
||||
let _parkingCouponCarInfo = JSON.parse(json);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user