From 31e8f91b502675a2033248008e80137e12c44c80 Mon Sep 17 00:00:00 2001 From: lch Date: Thu, 6 May 2021 03:29:30 +0000 Subject: [PATCH] =?UTF-8?q?=EC=98=A8=EB=9D=BC=EC=9D=B8/=ED=98=BC=ED=95=A9?= =?UTF-8?q?=20=EC=8B=A0=EC=B2=AD=20=EC=8B=9C=EC=97=90=EB=8F=84=20'?= =?UTF-8?q?=EC=A7=81=EC=9C=84'=20=EC=88=A8=EA=B9=80=20(=EC=98=A4=ED=94=84?= =?UTF-8?q?=EB=9D=BC=EC=9D=B8-=ED=99=98=EA=B8=89=20=EB=95=8C=EB=A7=8C=20?= =?UTF-8?q?=EC=B6=9C=EB=A0=A5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/Course/ApplyEdu.cshtml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FO/Views/Course/ApplyEdu.cshtml b/FO/Views/Course/ApplyEdu.cshtml index fbc72aa..cd937d9 100644 --- a/FO/Views/Course/ApplyEdu.cshtml +++ b/FO/Views/Course/ApplyEdu.cshtml @@ -468,12 +468,15 @@ if (model.cm.cshape == 0) { $(".companyInfo").hide(); $(".isCompany").show(); + $(".uduty").hide(); } else if (model.cm.cshape == 1) { $(".companyInfo").show(); $(".isCompany").hide(); + $(".uduty").show(); } else if (model.cm.cshape == 2) { $(".companyInfo").hide(); $(".isCompany").show(); + $(".uduty").hide(); } if (model.pplog.isaccommodation != null) {