오류 수정
This commit is contained in:
@@ -513,7 +513,7 @@
|
||||
data: null, render: function (data, type, row, meta) {
|
||||
var str = `
|
||||
<div class="d-flex justify-content-center gap-1">
|
||||
<input type="text" id="am_cnt2__${meta.row}" value="${row.am_cnt}"/ style="width: 80px;">
|
||||
<input type="text" id="am_cnt2_${meta.row}" value="${row.am_cnt}"/ style="width: 80px;">
|
||||
</div>
|
||||
`;
|
||||
|
||||
@@ -706,9 +706,9 @@
|
||||
datas.push(data);
|
||||
});
|
||||
}
|
||||
console.log(path);
|
||||
// console.log(path);
|
||||
console.log(datas)
|
||||
return
|
||||
// return
|
||||
|
||||
if (datas.length == 0) {
|
||||
Swal.fire({
|
||||
|
||||
Reference in New Issue
Block a user