This commit is contained in:
@@ -520,7 +520,7 @@ $usr_nm = session('usr_nm');
|
||||
if (!rowData) return;
|
||||
|
||||
const rcpt_key = rowData.rcpt_key;
|
||||
location.href = "<?= site_url('article/record/detail') ?>/" + rcpt_key;
|
||||
window.open("<?= site_url('article/record/detail') ?>/" + rcpt_key, '_blank');
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user