범용 폼 모달 사전필터 기능 수정
This commit is contained in:
@@ -53,6 +53,12 @@ export function useEntitySearch({
|
||||
limit: pagination.limit.toString(),
|
||||
});
|
||||
|
||||
console.log("[useEntitySearch] 검색 실행:", {
|
||||
tableName,
|
||||
filterCondition: filterConditionRef.current,
|
||||
searchText: text,
|
||||
});
|
||||
|
||||
const response = await apiClient.get<EntitySearchResponse>(
|
||||
`/entity-search/${tableName}?${params.toString()}`
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user