mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 06:09:11 +08:00
优化代码
This commit is contained in:
parent
92731846a0
commit
4be3b1b9e3
@ -111,13 +111,15 @@
|
||||
params: {
|
||||
page: 1,
|
||||
row: 100,
|
||||
communityId: vc.getCurrentCommunity().communityId
|
||||
communityId: vc.getCurrentCommunity().communityId,
|
||||
iotApiCode:'listAccessControlBmoImpl',
|
||||
|
||||
}
|
||||
};
|
||||
$that.accessControlInoutInfo.accessControls = [];
|
||||
|
||||
//发送get请求
|
||||
vc.http.apiGet('/accessControl.listAccessControl',
|
||||
vc.http.apiGet('/iot.getOpenApi',
|
||||
param,
|
||||
function(json, res) {
|
||||
let _accessControlManageInfo = JSON.parse(json);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user