This commit is contained in:
nevermoregb 2025-03-18 10:56:59 +09:00
commit 00b2fa8c0f

View File

@ -101,6 +101,7 @@ const getvoteList = () => {
}; };
const selectHandler = () =>{ const selectHandler = () =>{
currentPage.value = 1;
voteset.value = category.value; voteset.value = category.value;
getvoteList(); getvoteList();
} }