단속 등록&열람: 단속 사진 등록 기능 개발 진행 중

dev
박성영 3 months ago
parent d4a3865d90
commit c61868c362

@ -619,7 +619,6 @@
if (response && response.success) {
// 화면에서 해당 사진 제거
$('[data-act-info-id="' + actInfoId + '"][data-photo-sn="' + crdnPhotoSn + '"]').remove();
alert('사진이 삭제되었습니다.');
} else {
alert(response.message || '사진 삭제에 실패했습니다.');
}

Loading…
Cancel
Save