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(); + } }, //获取用户公积金