From 0f0de6161e04a5d48726d44a3b5b3018767e61dc Mon Sep 17 00:00:00 2001 From: lch Date: Tue, 22 Jun 2021 05:08:41 +0000 Subject: [PATCH] =?UTF-8?q?+=20=EA=B5=90=EC=9C=A1=EC=8B=A0=EC=B2=AD=20=20?= =?UTF-8?q?=ED=99=98=EA=B8=89=EC=97=AC=EB=B6=80-=ED=99=98=EA=B8=89?= =?UTF-8?q?=EC=84=A0=ED=83=9D=EC=8B=9C=20iscompany=20=EC=B2=B4=ED=81=AC=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/Course/ApplyEdu.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FO/Views/Course/ApplyEdu.cshtml b/FO/Views/Course/ApplyEdu.cshtml index ed08755..bff9bb7 100644 --- a/FO/Views/Course/ApplyEdu.cshtml +++ b/FO/Views/Course/ApplyEdu.cshtml @@ -427,9 +427,9 @@ if ($(this).val() == "1") { $(".div-isCompany").hide(); $(".div-rbankInfo").show(); - $(".div-companyInfo").show(); + $("input:radio[name='isCompany'][value='1']").click(); $(".uduty").show(); - $(".div-companyInfo").find(".clsTable").find("tr th.offreq").addClass("req"); + $(".div-companyInfo").find(".clsTable").find("tr th.offreq").addClass("req"); } else { $(".div-isCompany").show();