mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 16:19:44 +08:00
优化门禁开发
This commit is contained in:
parent
e8aeda11f4
commit
6bd441f638
@ -125,7 +125,7 @@
|
||||
}
|
||||
};
|
||||
//发送get请求
|
||||
vc.http.apiGet('resourceStore.listResourceStoreUseRecords',
|
||||
vc.http.apiGet('/resourceStore.listResourceStoreUseRecords',
|
||||
param,
|
||||
function (json, res) {
|
||||
let _json = JSON.parse(json);
|
||||
@ -152,7 +152,7 @@
|
||||
}
|
||||
};
|
||||
//发送get请求
|
||||
vc.http.apiGet('ownerRepair.listRepairStaffs',
|
||||
vc.http.apiGet('/ownerRepair.listRepairStaffs',
|
||||
param,
|
||||
function (json, res) {
|
||||
let _json = JSON.parse(json);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user