修复分页异常问题
This commit is contained in:
@@ -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);
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user