mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化门禁开发
This commit is contained in:
parent
e8aeda11f4
commit
6bd441f638
@ -125,7 +125,7 @@
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
//发送get请求
|
//发送get请求
|
||||||
vc.http.apiGet('resourceStore.listResourceStoreUseRecords',
|
vc.http.apiGet('/resourceStore.listResourceStoreUseRecords',
|
||||||
param,
|
param,
|
||||||
function (json, res) {
|
function (json, res) {
|
||||||
let _json = JSON.parse(json);
|
let _json = JSON.parse(json);
|
||||||
@ -152,7 +152,7 @@
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
//发送get请求
|
//发送get请求
|
||||||
vc.http.apiGet('ownerRepair.listRepairStaffs',
|
vc.http.apiGet('/ownerRepair.listRepairStaffs',
|
||||||
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