修复分页异常问题

This commit is contained in:
Dragon
2023-10-26 15:21:23 +08:00
parent 8226604c00
commit b8ad4f0234

View File

@@ -106,6 +106,7 @@
authorityLimits = true;
radioFull = false;
radioHall = false;
typeRadio = 0;
"
>
新增
@@ -464,10 +465,10 @@ export default {
},
// 分页导航2
handleSizeChange2(val) {
this.getUserPage();
this.getUserPage(this.saveManagerRoomUid);
},
handleCurrentChange2(val) {
this.getUserPage();
this.getUserPage(this.saveManagerRoomUid);
},
},
};