- 계좌 점유 인증 페이지 , 계좌 성명 조회 페이지 수정

- 알림톡_서비스 설정 수정
- 일부 부정확한 페이지 UI 수정
This commit is contained in:
HyeonJongKim
2025-10-24 14:00:45 +09:00
parent 7f891b85b1
commit ef68bfec16
33 changed files with 133 additions and 145 deletions

View File

@@ -88,7 +88,7 @@ export const AccountHolderSearchPage = () => {
if (selectedEmail) {
downloadExcel({
mid: mid,
//email: selectedEmail,
email: selectedEmail,
searchCl: searchCl,
searchValue: searchValue,
fromDate: startDate,
@@ -111,9 +111,6 @@ export const AccountHolderSearchPage = () => {
const onClickToTransactionStatus = (val: AccountHolderResultStatus) => {
setResultStatus(val);
callList({
resultStatus: val
});
};
useEffect(() => {
@@ -169,6 +166,10 @@ export const AccountHolderSearchPage = () => {
<SortTypeBox
sortType={sortType}
onClickToSort={onClickToSort}
sortOptions={[
{ key: SortTypeKeys.LATEST, label: '최신순' },
{ key: SortTypeKeys.OLDEST, label: '오래된순' }
]}
></SortTypeBox>
<div className="excrow">
<div className="full-menu-keywords no-padding">