This commit is contained in:
@@ -749,7 +749,7 @@
|
||||
if (!rowData) return;
|
||||
|
||||
const id = rowData.rcpt_no;
|
||||
location.href = "<?= site_url('article/apt/detail') ?>/" + id;
|
||||
window.open("<?= site_url('article/apt/detail') ?>/" + id, '_blank');
|
||||
});
|
||||
|
||||
$('#btnSearch').on('click', function () {
|
||||
|
||||
Reference in New Issue
Block a user