diff --git a/front/src/views/home/infrastructurePage.vue b/front/src/views/home/infrastructurePage.vue index 8abeb6fc..66817d91 100644 --- a/front/src/views/home/infrastructurePage.vue +++ b/front/src/views/home/infrastructurePage.vue @@ -1443,7 +1443,7 @@ } } //分页 - const onRoomChange = () => { + const onRoomChange = (pageNumber) => { roomPage.value = pageNumber searchData() }