From a31140061d5dc4f740ce942d44d6ca0e67f13a4a Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Thu, 28 Mar 2024 08:19:38 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=8C=E7=BB=B4=E7=A0=81?= =?UTF-8?q?=E5=BC=80=E9=97=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: java110 <928255095@qq.com> --- pages/machine/openDoorByQrCode.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/machine/openDoorByQrCode.vue b/pages/machine/openDoorByQrCode.vue index e9a4596..f3aa222 100644 --- a/pages/machine/openDoorByQrCode.vue +++ b/pages/machine/openDoorByQrCode.vue @@ -35,7 +35,9 @@ .then((_owner)=>{ let _data = { memberId: _owner.memberId, - communityId: _owner.communityId + communityId: _owner.communityId, + page:1, + row:300 }; _that.communityName = _owner.communityName; _that.communityId = _owner.communityId;