diff --git a/app/Views/pages/v2/m701/lists.php b/app/Views/pages/v2/m701/lists.php index ed08828..8bc4b7c 100644 --- a/app/Views/pages/v2/m701/lists.php +++ b/app/Views/pages/v2/m701/lists.php @@ -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(); }); // 접수기간 초기화 diff --git a/app/Views/pages/v2/m702/lists.php b/app/Views/pages/v2/m702/lists.php index 986a54e..ff124a1 100644 --- a/app/Views/pages/v2/m702/lists.php +++ b/app/Views/pages/v2/m702/lists.php @@ -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(); + }); // 접수기간 초기화 diff --git a/app/Views/pages/v2/m704/lists.php b/app/Views/pages/v2/m704/lists.php index 6e3baa9..760821b 100644 --- a/app/Views/pages/v2/m704/lists.php +++ b/app/Views/pages/v2/m704/lists.php @@ -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(); }); // 접수기간 초기화