From 39807cff44ca021c581a9bcdc60e9003b7fa1b24 Mon Sep 17 00:00:00 2001 From: basssy Date: Thu, 14 Nov 2024 17:02:56 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=BC=EA=B1=B4=EB=AA=A9=EB=A1=9D=20?= =?UTF-8?q?=EC=83=81=EC=84=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/management/StuffDetail.jsx | 2 +- src/components/management/StuffSearchCondition.jsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/management/StuffDetail.jsx b/src/components/management/StuffDetail.jsx index 6378aeec..ccb943c3 100644 --- a/src/components/management/StuffDetail.jsx +++ b/src/components/management/StuffDetail.jsx @@ -569,7 +569,7 @@ export default function StuffDetail() { form.setValue('remarks', managementState.remarks) }) } - }, [managementState, session]) + }, [managementState]) //경칭선택 변경 이벤트 const onChangeHonorificCode = (key) => { diff --git a/src/components/management/StuffSearchCondition.jsx b/src/components/management/StuffSearchCondition.jsx index 6a16695a..4a625539 100644 --- a/src/components/management/StuffSearchCondition.jsx +++ b/src/components/management/StuffSearchCondition.jsx @@ -155,7 +155,6 @@ export default function StuffSearchCondition() { handleClear1() //판매대리점선택 자동완성 클리어 resetStuffRecoil() setStuffSearch({ - ...stuffSearch, schSelSaleStoreId: '', schOtherSelSaleStoreId: '', })