diff --git a/src/views/voteboard/voteBoardList.vue b/src/views/voteboard/voteBoardList.vue index 5253880..550c3f8 100644 --- a/src/views/voteboard/voteBoardList.vue +++ b/src/views/voteboard/voteBoardList.vue @@ -101,6 +101,7 @@ const getvoteList = () => { }; const selectHandler = () =>{ + currentPage.value = 1; voteset.value = category.value; getvoteList(); }