유통지도 CALS 분류 항목 체크박스 클릭하여 표시상태 toggle 버그

main
유지인 2026-01-30 09:59:22 +09:00
parent d3ea5d648f
commit ce00512e7c
1 changed files with 1 additions and 0 deletions

View File

@ -459,6 +459,7 @@ function forceUncheckHoleLayerOnOff(ele) {
$(document).on('click', '.map-division-contents .toggleChk', function() {
let chkTF = $(this).prop('checked'); // checked 여부 true/false
$(this).closest('li').find('> ul > li > input:checkbox, > ul > li > input:radio').prop('checked', chkTF)
hole_layerOnOff()
})
/**