토탈수 변경경
This commit is contained in:
parent
2e94e96d5f
commit
2b319c99b8
@ -142,7 +142,7 @@ import { useRoute } from 'vue-router';
|
|||||||
// 용어 목록 저장
|
// 용어 목록 저장
|
||||||
wordList.value = res.data.data.data;
|
wordList.value = res.data.data.data;
|
||||||
// 총 개수 저장
|
// 총 개수 저장
|
||||||
total.value = res.data.data.total;
|
total.value = res.data.data.data.length;
|
||||||
})
|
})
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
console.error('데이터 로드 오류:', err);
|
console.error('데이터 로드 오류:', err);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user