From 7d45a78c90aeff41c1f4d09ef04e3b19580ecb2e Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Mon, 22 Jan 2024 14:50:59 +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 --- public/bigScreen/public.html | 4 +- .../communityDataToIot/communityDataToIot.js | 2 +- .../communityManage/communityManage.html | 8 +- .../editEquipmentAccount.html | 324 ++++++++++-------- .../editEquipmentAccount.js | 21 +- 5 files changed, 192 insertions(+), 167 deletions(-) diff --git a/public/bigScreen/public.html b/public/bigScreen/public.html index 56c8e2673..baf3bebc4 100644 --- a/public/bigScreen/public.html +++ b/public/bigScreen/public.html @@ -45,9 +45,9 @@
diff --git a/public/components/common/communityDataToIot/communityDataToIot.js b/public/components/common/communityDataToIot/communityDataToIot.js index 9363de96e..be6dd5a4c 100644 --- a/public/components/common/communityDataToIot/communityDataToIot.js +++ b/public/components/common/communityDataToIot/communityDataToIot.js @@ -10,7 +10,7 @@ }, _initEvent: function () { vc.on('communityDataToIot', 'openCommunityDataToIotModal', function (_params) { - vc.copyOBject(_params,$that.communityDataToIotInfo); + vc.copyObject(_params,$that.communityDataToIotInfo); $('#communityDataToIotModel').modal('show'); }); }, diff --git a/public/pages/common/communityManage/communityManage.html b/public/pages/common/communityManage/communityManage.html index ed1181e97..18c59ff46 100644 --- a/public/pages/common/communityManage/communityManage.html +++ b/public/pages/common/communityManage/communityManage.html @@ -11,15 +11,15 @@