diff --git a/FO/Views/Course/ApplyEdu.cshtml b/FO/Views/Course/ApplyEdu.cshtml index 949454d..c5427d1 100644 --- a/FO/Views/Course/ApplyEdu.cshtml +++ b/FO/Views/Course/ApplyEdu.cshtml @@ -2,6 +2,14 @@ @{ var isallday = Model.CM.retimeymd == "2099-12-31" ? true : false; } +
@@ -401,6 +410,10 @@ boxassignview(); } }); + + $("#btnback").on("click", function () { + $("#backForm").submit(); + }); }); function initControl() { $("#spninfee").html(bindComma(@Model.CM.infee));