优化物业缴费的缴费记录的数据展示逻辑
This commit is contained in:
parent
7961d4a5a2
commit
cf3234b7d5
@ -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();
|
||||
}
|
||||
},
|
||||
|
||||
//获取用户公积金
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user