From 302ce0f10c211266a7e9865e7010ec8cb58de5fb Mon Sep 17 00:00:00 2001 From: basssy Date: Wed, 13 Nov 2024 10:06:40 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=BC=EA=B1=B4=EC=83=81=EC=84=B8=20?= =?UTF-8?q?=ED=92=8D=EC=86=8D=EA=B2=80=EC=83=89=ED=8C=9D=EC=97=85=20?= =?UTF-8?q?=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/management/StuffDetail.jsx b/src/components/management/StuffDetail.jsx index 602c6354..bba8a814 100644 --- a/src/components/management/StuffDetail.jsx +++ b/src/components/management/StuffDetail.jsx @@ -537,6 +537,7 @@ export default function StuffDetail() { //도도부현 / 주소 setPrefValue(detailData.prefId) form.setValue('prefId', detailData.prefId) + form.setValue('prefName', detailData.prefName) form.setValue('address', detailData.address) //발전시뮬 form.setValue('areaId', detailData.areaId)