From 14f61e24947fb92dd71ec0a7196a6e815f8e66da Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 21 Jul 2025 07:54:26 +0000 Subject: (최겸)기술영업 RFQ 담당자 초대, 요구사항 반영 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tech-vendors/tech-vendor-container.tsx | 30 +++++++++++------------ 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'components/tech-vendors/tech-vendor-container.tsx') diff --git a/components/tech-vendors/tech-vendor-container.tsx b/components/tech-vendors/tech-vendor-container.tsx index af5169b8..94536702 100644 --- a/components/tech-vendors/tech-vendor-container.tsx +++ b/components/tech-vendors/tech-vendor-container.tsx @@ -40,20 +40,20 @@ export function TechVendorContainer({ // URL에서 현재 선택된 벤더 타입 가져오기 const vendorType = searchParams.get("vendorType") || "all" - // 선택한 벤더 타입에 해당하는 이름 찾기 - const selectedVendor = vendorTypes.find((vendor) => vendor.id === vendorType)?.name || "전체" + // // 선택한 벤더 타입에 해당하는 이름 찾기 + // const selectedVendor = vendorTypes.find((vendor) => vendor.id === vendorType)?.name || "전체" - // 벤더 타입 변경 핸들러 - const handleVendorTypeChange = React.useCallback((value: string) => { - const params = new URLSearchParams(searchParams.toString()) - if (value === "all") { - params.delete("vendorType") - } else { - params.set("vendorType", value) - } + // // 벤더 타입 변경 핸들러 + // const handleVendorTypeChange = React.useCallback((value: string) => { + // const params = new URLSearchParams(searchParams.toString()) + // if (value === "all") { + // params.delete("vendorType") + // } else { + // params.set("vendorType", value) + // } - router.push(`${pathname}?${params.toString()}`) - }, [router, pathname, searchParams]) + // router.push(`${pathname}?${params.toString()}`) + // }, [router, pathname, searchParams]) return ( <> @@ -62,7 +62,7 @@ export function TechVendorContainer({ {/* 왼쪽: 타이틀 & 설명 */}
-

기술영업 벤더 관리

+

기술영업 벤더 리스트

{/*

@@ -70,7 +70,7 @@ export function TechVendorContainer({

*/}
- {/* 오른쪽: 벤더 타입 드롭다운 */} + {/* 오른쪽: 벤더 타입 드롭다운