From eec680bc5c4a29af9f12cb8b7b0c80a6ce3a45de Mon Sep 17 00:00:00 2001 From: memcacheon <561482+memcacheon@user.noreply.gitee.com> Date: Mon, 25 Apr 2022 13:58:59 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AE=BF=E5=AE=A2=E7=95=99?= =?UTF-8?q?=E5=BD=B1=E8=AF=B7=E6=B1=82=E5=88=97=E8=A1=A8=E7=BC=BA=E5=B0=91?= =?UTF-8?q?communityId=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../machineVistorPhotoManage/machineVistorPhotoManage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/pages/property/machineVistorPhotoManage/machineVistorPhotoManage.js b/public/pages/property/machineVistorPhotoManage/machineVistorPhotoManage.js index 3f1250af5..0f8817e47 100755 --- a/public/pages/property/machineVistorPhotoManage/machineVistorPhotoManage.js +++ b/public/pages/property/machineVistorPhotoManage/machineVistorPhotoManage.js @@ -40,6 +40,7 @@ vc.component.machineVistorPhotoManageInfo.conditions.page = _page; vc.component.machineVistorPhotoManageInfo.conditions.row = _rows; + vc.component.machineVistorPhotoManageInfo.conditions.communityId = vc.getCurrentCommunity().communityId; var param = { params: vc.component.machineVistorPhotoManageInfo.conditions }; -- Gitee