From eeb343ce19ac71f81c9e7253cfc1356c5044f429 Mon Sep 17 00:00:00 2001 From: basssy Date: Wed, 13 Nov 2024 10:38:01 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=BC=EA=B1=B4=EC=83=81=EC=84=B8=20?= =?UTF-8?q?=EC=84=A4=EA=B3=84=EC=9D=98=EB=A2=B0=ED=8C=9D=EC=97=85=20?= =?UTF-8?q?=EC=84=A0=ED=83=9D=EB=8D=B0=EC=9D=B4=ED=84=B0=20=EC=85=8B?= =?UTF-8?q?=ED=8C=85=20=EC=88=98=EC=A0=95=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/management/StuffDetail.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/management/StuffDetail.jsx b/src/components/management/StuffDetail.jsx index 40febb86..f3b25248 100644 --- a/src/components/management/StuffDetail.jsx +++ b/src/components/management/StuffDetail.jsx @@ -874,8 +874,11 @@ export default function StuffDetail() { form.setValue('standardWindSpeedId', `WL_${info.windSpeed}`) form.setValue('verticalSnowCover', info.verticalSnowCover) form.setValue('surfaceType', info.surfaceType) + if (info.surfaceType === 'Ⅱ') { form.setValue('saltAreaFlg', true) + } else { + form.setValue('saltAreaFlg', false) } form.setValue('installHeight', info.installHeight) form.setValue('remarks', info.remarks)