현금영수증 상세
This commit is contained in:
@@ -92,9 +92,9 @@ export const AllTransactionListPage = () => {
|
||||
page: pageParam
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
if(listParams.page){
|
||||
listParams.page.sortType = (option?.sortType)? option.sortType: sortType;
|
||||
listParams.page.sortType = option?.sortType || sortType;
|
||||
setPageParam(listParams.page);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user