From b8ad4f0234a05d376da0432eec2f183f6f592825 Mon Sep 17 00:00:00 2001 From: Dragon <13925835632@139.com> Date: Thu, 26 Oct 2023 15:21:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=86=E9=A1=B5=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/room/RoomRed.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/room/RoomRed.vue b/src/views/room/RoomRed.vue index 3fff049..7c24131 100644 --- a/src/views/room/RoomRed.vue +++ b/src/views/room/RoomRed.vue @@ -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); }, }, };