From cf3234b7d5dbd1ad6374963a9672f7ece3539e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Thu, 16 Oct 2025 10:28:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=89=A9=E4=B8=9A=E7=BC=B4?= =?UTF-8?q?=E8=B4=B9=E7=9A=84=E7=BC=B4=E8=B4=B9=E8=AE=B0=E5=BD=95=E7=9A=84?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=B1=95=E7=A4=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/community/propertyPayment/index.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/community/propertyPayment/index.vue b/packages/community/propertyPayment/index.vue index 9bcb5c60..7acf80c6 100644 --- a/packages/community/propertyPayment/index.vue +++ b/packages/community/propertyPayment/index.vue @@ -401,6 +401,14 @@ export default { this.currentRoom = item; this.getOrderList(); + + // 如果当前是缴费记录标签页,重新请求缴费记录数据 + if (this.active === 1) { + // 重置分页参数 + this.page_num = 1; + this.page_size = 10; + this.getPayList(); + } }, //获取用户公积金