mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-19 21:05:06 +09:00
com : 페이징 테스트까지 완료
This commit is contained in:
@@ -81,6 +81,7 @@ const searchPrice = async (item) => {
|
||||
const result = await getPriceList(searchParams)
|
||||
params.priceData = result.content
|
||||
totalItems.value = result.totalElements
|
||||
totalPages.value = result.totalPages
|
||||
}
|
||||
|
||||
function getPriceDetail(){
|
||||
|
||||
Reference in New Issue
Block a user