From 71a6890657c656649ff7f65562d6698140571146 Mon Sep 17 00:00:00 2001 From: Yesol Choi Date: Fri, 30 May 2025 13:31:31 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EB=93=B1=EB=A1=9D=EA=B8=B0=EA=B0=84?= =?UTF-8?q?=20=EA=B2=80=EC=83=89=20=EC=A2=85=EB=A3=8C=EC=9D=BC=20=EC=97=86?= =?UTF-8?q?=EC=95=A0=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/app/priceManagement.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/app/priceManagement.vue b/src/pages/app/priceManagement.vue index 399eae5..b81cfe9 100644 --- a/src/pages/app/priceManagement.vue +++ b/src/pages/app/priceManagement.vue @@ -40,17 +40,17 @@ const params = reactive({ async function getPriceListData(){ const today = new Date() searchParamsList.regSdt = new Date().setDate(today.getDate() - 30) - searchParamsList.regEdt = new Date().setDate(today.getDate()) const priceBase = { params:{ regSdt: formatDatefromString(searchParamsList.regSdt), regEdt: formatDatefromString(searchParamsList.regEdt), page: 1, - row: itemsPerPage + row: itemsPerPage //todo 혹시 1페이지가 8개 보다 갯수가 적을수 있다. 30일 동안 } } const result = await getPriceList(priceBase) + console.log("result.content",result.content) params.priceData = result.content console.log("result",result) //페이지 관련 값 설정