초기화수정 #9

Merged
owrainfo merged 1 commits from feature/template into master 2026-01-07 13:12:43 +09:00
3 changed files with 4 additions and 4 deletions

View File

@@ -496,7 +496,6 @@
blockUI.unblockPage()
},
data: function (d) {
initReceiptDate();
d.atcl_no = $("#frm_srch_info [name=atcl_no]").val(); // 매물번호
d.stat_cd = $("#frm_srch_info [name=stat_cd]").val(); // 현재상태
@@ -586,6 +585,7 @@
});
initReceiptDate();
});
// 접수기간 초기화

View File

@@ -520,8 +520,6 @@
blockUI.unblockPage()
},
data: function (d) {
initReceiptDate();
d.atcl_no = $("#frm_srch_info [name=atcl_no]").val(); // 매물번호
d.stat_cd = $("#frm_srch_info [name=stat_cd]").val(); // 현재상태
d.realtor_nm = $("#frm_srch_info [name=realtor_nm]").val(); // 중개소
@@ -757,6 +755,8 @@
});
initReceiptDate();
});
// 접수기간 초기화

View File

@@ -469,7 +469,6 @@
blockUI.unblockPage()
},
data: function (d) {
initReceiptDate();
d.atcl_no = $("#frm_srch_info [name=atcl_no]").val(); // 매물번호
d.stat_cd = $("#frm_srch_info [name=stat_cd]").val(); // 현재상태
@@ -560,6 +559,7 @@
});
initReceiptDate();
});
// 접수기간 초기화