BUG修改

This commit is contained in:
a0049873 2022-11-29 17:47:55 +08:00
parent 3d90e73659
commit 6fc0d15dbf
1 changed files with 1 additions and 1 deletions

View File

@ -1443,7 +1443,7 @@
} }
} }
// //
const onRoomChange = () => { const onRoomChange = (pageNumber) => {
roomPage.value = pageNumber roomPage.value = pageNumber
searchData() searchData()
} }