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();