Merge branch 'featrue/0526-update'

This commit is contained in:
Yesol Choi
2025-05-29 09:22:48 +09:00

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(){