From 732d021b6dc4ff35bf8b541f23633bf1dc54025f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Fri, 27 Feb 2026 17:37:56 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[payroll]=20=EC=A0=84=EC=9B=94=20?= =?UTF-8?q?=EB=B3=B5=EC=82=AC=20=ED=9B=84=20=ED=85=8C=EC=9D=B4=EB=B8=94=20?= =?UTF-8?q?=EC=83=88=EB=A1=9C=EA=B3=A0=EC=B9=A8=20=ED=95=A8=EC=88=98?= =?UTF-8?q?=EB=AA=85=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - refreshPayrollTable → refreshTable (실제 함수명) --- resources/views/hr/payrolls/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/hr/payrolls/index.blade.php b/resources/views/hr/payrolls/index.blade.php index 6fb3f9ab..c71aa30c 100644 --- a/resources/views/hr/payrolls/index.blade.php +++ b/resources/views/hr/payrolls/index.blade.php @@ -967,7 +967,7 @@ function copyFromPreviousMonth() { .then(result => { if (result.success) { showToast(result.message, 'success'); - refreshPayrollTable(); + refreshTable(); refreshStats(); } else { showToast(result.message, 'error');