From 4be3b1b9e3cf489a5437f31afb376ee9d7996665 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Thu, 1 Feb 2024 22:40:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/machine/accessControlInout/accessControlInout.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/pages/machine/accessControlInout/accessControlInout.js b/public/pages/machine/accessControlInout/accessControlInout.js index ea2f1c1c1..781ce409f 100644 --- a/public/pages/machine/accessControlInout/accessControlInout.js +++ b/public/pages/machine/accessControlInout/accessControlInout.js @@ -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);