mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 03:12:27 +09:00
com : 페이징 테스트까지 완료
This commit is contained in:
@@ -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(){
|
||||||
|
|||||||
Reference in New Issue
Block a user