加入地区自定义管理

This commit is contained in:
wuxw 2025-03-08 11:11:08 +08:00
parent 874e606d91
commit e4a8024349
9 changed files with 10 additions and 10 deletions

View File

@ -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;

View File

@ -39,7 +39,7 @@
}
};
//发送get请求
vc.http.apiGet('owner.queryOwnerCars',
vc.http.apiGet('/owner.queryOwnerCars',
param,
function (json, res) {
var _json = JSON.parse(json);

View File

@ -145,7 +145,7 @@
}
}
//发送get请求
vc.http.apiGet('owner.queryOwnerCars',
vc.http.apiGet('/owner.queryOwnerCars',
param,
function (json, res) {
let _json = JSON.parse(json);

View File

@ -211,7 +211,7 @@
}
}
//发送get请求
vc.http.apiGet('owner.queryOwnerCars',
vc.http.apiGet('/owner.queryOwnerCars',
param,
function (json, res) {
let _json = JSON.parse(json);

View File

@ -39,7 +39,7 @@
}
}
//发送get请求
vc.http.apiGet('owner.queryOwnerCars',
vc.http.apiGet('/owner.queryOwnerCars',
param,
function (json, res) {
let _json = JSON.parse(json);

View File

@ -79,7 +79,7 @@
}
}
//发送get请求
vc.http.apiGet('owner.queryOwnerCars',
vc.http.apiGet('/owner.queryOwnerCars',
param,
function (json, res) {
let _json = JSON.parse(json);

View File

@ -199,7 +199,7 @@
}
};
//发送get请求
vc.http.apiGet('owner.queryOwnerCars',
vc.http.apiGet('/owner.queryOwnerCars',
param,
function (json, res) {
var _json = JSON.parse(json);

View File

@ -124,7 +124,7 @@
}
}
//发送get请求
vc.http.apiGet('owner.queryOwnerCars',
vc.http.apiGet('/owner.queryOwnerCars',
param,
function (json, res) {
var _json = JSON.parse(json);

View File

@ -209,7 +209,7 @@
}
}
//发送get请求
vc.http.apiGet('owner.queryOwnerCars',
vc.http.apiGet('/owner.queryOwnerCars',
param,
function(json, res) {
let _json = JSON.parse(json);