From 2f4ae7067ebd54a908aa48effa61bb5ae8b03473 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Wed, 9 Oct 2024 11:57:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=85=85=E7=94=B5=E6=A1=A9?= =?UTF-8?q?=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/machine/chargeDetail.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/machine/chargeDetail.vue b/pages/machine/chargeDetail.vue index 48ae8d0..d9bbbce 100644 --- a/pages/machine/chargeDetail.vue +++ b/pages/machine/chargeDetail.vue @@ -151,7 +151,8 @@ getChargeMachines({ page:1, row:100, - communityId:getCommunityId() + communityId:getCommunityId(), + machineId:this.machineId }).then(_data=>{ _that.machine = _data.data[0]; _that.tabSelect(1);