|
|
|
@ -208,6 +208,7 @@
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
let replacer = (str, dataItem) => str
|
|
|
|
|
.replace(/{onclick}/gi, "pageObject['${pageName}'].control.setCurrent('" + dataItem.getValue("dept_cd") + "');");
|
|
|
|
|
|
|
|
|
|
let trs = empty ? [document.getElementById("${infoPrefix}NotFound--${pageName}").content.outerHTML]
|
|
|
|
|
: ${infoPrefix}List.inStrings(foundTr.outerHTML, replacer);
|
|
|
|
@ -366,9 +367,7 @@ $P.fnSearchList();
|
|
|
|
|
$P.setEvent();
|
|
|
|
|
|
|
|
|
|
// 2. 초기 설정 및 업무 구분 변경
|
|
|
|
|
//$P.fnReset();
|
|
|
|
|
|
|
|
|
|
$P.control.load(1);
|
|
|
|
|
$P.fnReset();
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|