From f9485752338d79f0e93d81afae02fafa9af85cb5 Mon Sep 17 00:00:00 2001 From: "focp212@naver.com" Date: Thu, 30 Oct 2025 10:37:58 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/transaction/all-transaction/list-page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/transaction/all-transaction/list-page.tsx b/src/pages/transaction/all-transaction/list-page.tsx index 57167fc..20318fa 100644 --- a/src/pages/transaction/all-transaction/list-page.tsx +++ b/src/pages/transaction/all-transaction/list-page.tsx @@ -95,6 +95,7 @@ export const AllTransactionListPage = () => { const callList = (type?: string) => { setOnActionIntersect(false); let listSummaryParams: AllTransactionListSummaryParams = { + mid: mid, moid: moid, tid: tid, fromDate: fromDate,