优化物业缴费的缴费记录的数据展示逻辑

This commit is contained in:
赵毅 2025-10-16 10:28:12 +08:00
parent 7961d4a5a2
commit cf3234b7d5

View File

@ -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();
}
},
//