This commit is contained in:
dyhj625 2025-03-18 10:57:15 +09:00
commit 0ff4724d88

View File

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