From 6d1905ba03e8f7f22e8f6266f84a8c52660773c6 Mon Sep 17 00:00:00 2001 From: khj0414 Date: Tue, 11 Mar 2025 10:21:11 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=ED=8A=BC=EB=B3=80=EA=B2=BD=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/voteboard/voteCard.vue | 5 +++-- src/views/wordDict/wordDict.vue | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/voteboard/voteCard.vue b/src/components/voteboard/voteCard.vue index 44a346a..734477f 100644 --- a/src/components/voteboard/voteCard.vue +++ b/src/components/voteboard/voteCard.vue @@ -24,9 +24,10 @@ + > +

diff --git a/src/views/wordDict/wordDict.vue b/src/views/wordDict/wordDict.vue index 7d683d5..ebd0a67 100644 --- a/src/views/wordDict/wordDict.vue +++ b/src/views/wordDict/wordDict.vue @@ -9,7 +9,7 @@
- +
@@ -108,7 +108,7 @@ }); const refreshWordList = () => { - getwordList(searchText.value, selectedAlphabet.value, selectedCategory.value); + getwordList(searchText.value, selectedAlphabet.value, selectedCategory.value); }; //용어 목록 @@ -205,6 +205,7 @@ } getwordList(); getIndex(); + selectedCategory.value = 'all'; if(res.data.data == '2'){ const newCategory = { label: data, value: category }; cateList.value = [...cateList.value,newCategory];