링크이동 수정
Some checks failed
Close Pull Request / main (pull_request_target) Has been cancelled

This commit is contained in:
yangsh
2026-02-09 14:32:54 +09:00
parent a7dca8c5fa
commit 6d87a209e0
16 changed files with 68 additions and 87 deletions

View File

@@ -718,7 +718,7 @@ $usr_nm = session('usr_nm');
const rcpt_key = rowData.rcpt_key;
location.href = "<?= site_url('article/dept/detail') ?>/" + rcpt_key;
window.open("<?= site_url('article/dept/detail') ?>/" + rcpt_key, '_blank');
});
$(document).on('change', '#chkAll', function () {