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