mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
加入地区自定义管理
This commit is contained in:
parent
874e606d91
commit
e4a8024349
@ -45,10 +45,10 @@
|
||||
}
|
||||
};
|
||||
//发送get请求
|
||||
vc.http.apiGet('owner.queryOwnerCars',
|
||||
vc.http.apiGet('/owner.queryOwnerCars',
|
||||
param,
|
||||
function(json, res) {
|
||||
var _json = JSON.parse(json);
|
||||
let _json = JSON.parse(json);
|
||||
$that.parkingAreaControlOwnerCar.total = _json.total;
|
||||
$that.parkingAreaControlOwnerCar.records = _json.records;
|
||||
$that.parkingAreaControlOwnerCar.cars = _json.data;
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
}
|
||||
};
|
||||
//发送get请求
|
||||
vc.http.apiGet('owner.queryOwnerCars',
|
||||
vc.http.apiGet('/owner.queryOwnerCars',
|
||||
param,
|
||||
function (json, res) {
|
||||
var _json = JSON.parse(json);
|
||||
|
||||
@ -145,7 +145,7 @@
|
||||
}
|
||||
}
|
||||
//发送get请求
|
||||
vc.http.apiGet('owner.queryOwnerCars',
|
||||
vc.http.apiGet('/owner.queryOwnerCars',
|
||||
param,
|
||||
function (json, res) {
|
||||
let _json = JSON.parse(json);
|
||||
|
||||
@ -211,7 +211,7 @@
|
||||
}
|
||||
}
|
||||
//发送get请求
|
||||
vc.http.apiGet('owner.queryOwnerCars',
|
||||
vc.http.apiGet('/owner.queryOwnerCars',
|
||||
param,
|
||||
function (json, res) {
|
||||
let _json = JSON.parse(json);
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
}
|
||||
}
|
||||
//发送get请求
|
||||
vc.http.apiGet('owner.queryOwnerCars',
|
||||
vc.http.apiGet('/owner.queryOwnerCars',
|
||||
param,
|
||||
function (json, res) {
|
||||
let _json = JSON.parse(json);
|
||||
|
||||
@ -79,7 +79,7 @@
|
||||
}
|
||||
}
|
||||
//发送get请求
|
||||
vc.http.apiGet('owner.queryOwnerCars',
|
||||
vc.http.apiGet('/owner.queryOwnerCars',
|
||||
param,
|
||||
function (json, res) {
|
||||
let _json = JSON.parse(json);
|
||||
|
||||
@ -199,7 +199,7 @@
|
||||
}
|
||||
};
|
||||
//发送get请求
|
||||
vc.http.apiGet('owner.queryOwnerCars',
|
||||
vc.http.apiGet('/owner.queryOwnerCars',
|
||||
param,
|
||||
function (json, res) {
|
||||
var _json = JSON.parse(json);
|
||||
|
||||
@ -124,7 +124,7 @@
|
||||
}
|
||||
}
|
||||
//发送get请求
|
||||
vc.http.apiGet('owner.queryOwnerCars',
|
||||
vc.http.apiGet('/owner.queryOwnerCars',
|
||||
param,
|
||||
function (json, res) {
|
||||
var _json = JSON.parse(json);
|
||||
|
||||
@ -209,7 +209,7 @@
|
||||
}
|
||||
}
|
||||
//发送get请求
|
||||
vc.http.apiGet('owner.queryOwnerCars',
|
||||
vc.http.apiGet('/owner.queryOwnerCars',
|
||||
param,
|
||||
function(json, res) {
|
||||
let _json = JSON.parse(json);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user