수정정

This commit is contained in:
khj0414 2025-03-18 10:56:12 +09:00
parent 03bb18a1e8
commit b393a29026

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();
} }