From 81a9697352e1f65d0e93b3fa867bdf6b06bbe586 Mon Sep 17 00:00:00 2001 From: yangsh Date: Wed, 7 Jan 2026 13:11:39 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B4=88=EA=B8=B0=ED=99=94=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Views/pages/v2/m701/lists.php | 2 +- app/Views/pages/v2/m702/lists.php | 4 ++-- app/Views/pages/v2/m704/lists.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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(); }); // 접수기간 초기화 -- 2.49.1