Ver Fonte

안전인증 체크 수정

eskim há 5 anos atrás
pai
commit
bf6d586ae0

+ 1 - 1
src/main/webapp/WEB-INF/views/goods/GoodsDetailForm.html

@@ -2382,7 +2382,7 @@
 		}
 		
 		// 인증대상이 아니면 스킵
-		if ("G083_1" != $("#goodsDetailForm  input[name=certTargetGb]").val()){
+		if ("G083_1" != $("#goodsDetailForm input[name=selCertTargetGb]:checked").val()){
 			return true;
 		}