@ -287,6 +287,7 @@ $(document).ready(function(){
if(!AppSupport.customValidate($P.$findn("frmEdit").find("input,select,textarea"))) return;
var info = $P.formFields.get();
info.taskSeCd = currentTask();
var create = ctrl.dataset.empty;
@ -66,6 +66,11 @@ wctx.csrf = {
dialog.title = "과태료통합관리시스템";
dialog.timeout = 0;
function currentTask() {
let checked = document.querySelector("div#taskSeCd--Top input[type='radio']:checked");
return checked ? checked.value : "";
}
<c:if test="${currentUser.authenticated}">
function logout() {
dialog.alert({