This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user