From 87901fa66ed3c79a241cc492e9856d879e2308dc Mon Sep 17 00:00:00 2001 From: jiHyung Date: Wed, 12 Oct 2022 11:43:03 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=80=EA=B1=B0=EB=B3=B4=EA=B3=A0=EC=84=9C?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/js/ivsgt/ivsgt.js | 2 +- src/main/resources/templates/ivsgt/ivsgtViewModal.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/static/js/ivsgt/ivsgt.js b/src/main/resources/static/js/ivsgt/ivsgt.js index 16bfd37a..f6951bbf 100644 --- a/src/main/resources/static/js/ivsgt/ivsgt.js +++ b/src/main/resources/static/js/ivsgt/ivsgt.js @@ -191,7 +191,7 @@ function contentCheck(){ alert("검거유형2를 선택해주세요.") flag = false; } - else if(!$("#relatedReport").is(':checked')) { + else if(!$("#relatedReport").is(':checked') && $("input[name='ivsgtType']").val() != "arrest") { if ($('input[name="relatedReportsText"]').length < 1) { alert("연관보고서를 확인해 주세요.") flag = false; diff --git a/src/main/resources/templates/ivsgt/ivsgtViewModal.html b/src/main/resources/templates/ivsgt/ivsgtViewModal.html index b88ad83f..987cd3a4 100644 --- a/src/main/resources/templates/ivsgt/ivsgtViewModal.html +++ b/src/main/resources/templates/ivsgt/ivsgtViewModal.html @@ -58,13 +58,13 @@
- +
- +