fix : 조회조건 오류 수정

dev
이범준 4 months ago
parent 3e3e01494f
commit 8d5d35d4ca

@ -442,7 +442,7 @@
$P.fnSearchList = () => {
// 검색조건
$P.control.query = $P.formFields.get(); // 검색 조건
if(!$('#chkHdrDe--${pageName}').is(":checked")){
if(!$('#chkDsuseDe--${pageName}').is(":checked")){
$P.control.query.schDateFrom = '';
$P.control.query.schDateTo = '';
}

Loading…
Cancel
Save