평면도 상세 화면 추가
This commit is contained in:
@@ -673,8 +673,9 @@
|
||||
const rowData = table.row(this).data();
|
||||
if (!rowData) return;
|
||||
|
||||
// const id = rowData.rcpt_no;
|
||||
// location.href = "<?= site_url('article/apt/detail') ?>/" + id;
|
||||
const rcpt_no = rowData.rcpt_no;
|
||||
const hscp_no = rowData.hscp_no;
|
||||
location.href = "<?= site_url('article/apt/ground/detail') ?>/" + rcpt_no + "/" + hscp_no;
|
||||
});
|
||||
|
||||
$('#btnSearch').on('click', function () {
|
||||
|
||||
Reference in New Issue
Block a user