@ -155,7 +155,7 @@ function login() {
content:resp.reason,
init : function() {
AppSupport.setDialogZindex();
focusClose();
AppSupport.focusClose();
},
onClose:() => $("#userId").focus()
});
@ -167,7 +167,7 @@ function login() {
content : resp.message,
onOK : function() {
wctx.home();
@ -65,6 +65,9 @@ function newRent01030Control(pageName, doctx="[data-doctx='rent01030']") {
// 현재 선택 자료 변경 이벤트
ctrl.onCurrentChange = (item) => {
Apply.fromDataset.currentRow(ctrl.dataset, item, ctrl.find("[name='tbodyList']"));
$(ctrl.find("[name='btnUpdate']")).prop("disabled", !item); // 기업 수정 버튼
};
// 선택(체크) 변경 이벤트