com : 페이징 테스트까지 완료

This commit is contained in:
Yesol Choi
2025-05-29 09:22:34 +09:00
parent 0f4e962def
commit f1c1b28507

View File

@@ -81,6 +81,7 @@ const searchPrice = async (item) => {
const result = await getPriceList(searchParams) const result = await getPriceList(searchParams)
params.priceData = result.content params.priceData = result.content
totalItems.value = result.totalElements totalItems.value = result.totalElements
totalPages.value = result.totalPages
} }
function getPriceDetail(){ function getPriceDetail(){