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,