fix: 유통 조회에서 시추공 선택 없이 '개별정보 보기' 누르면 아무런 반응이 없는 현상 개선
parent
0c27c57d90
commit
f73b31ce57
4
list.txt
4
list.txt
|
|
@ -4,6 +4,4 @@
|
|||
#src\main\java\geoinfo\regi\manageList\ManageExcelUploadProc01Controller.java
|
||||
#src\main\webapp\WEB-INF\views\web\input\excel_step00.jsp
|
||||
#src\main\webapp\WEB-INF\views\web\input\excel_step31.jsp
|
||||
src\main\webapp\WEB-INF\views\map\index.jsp
|
||||
src\main\webapp\WEB-INF\views\map\projectSearch\projectSearch.jsp
|
||||
src\main\webapp\js\map\main\main.js
|
||||
src\main\webapp\js\map\main\map.js
|
||||
|
|
@ -3491,6 +3491,10 @@ function showSichuInfo2(){
|
|||
if(selectSichSize == 1){
|
||||
selectOneSich(HOLE_SELECT.features[0].attributes.CODE);
|
||||
}else{
|
||||
if( HOLE_SELECT.features.length === 0 ) {
|
||||
alert("정보를 확인할 시추공 한 개를 선택하세요.");
|
||||
return false;
|
||||
}
|
||||
var selectSichHoleCode = HOLE_SELECT.features[0].attributes.CODE;
|
||||
var selectSichHoleCode2 = "";
|
||||
for(var i=0; i <holeCodeArray.length; i++ ){
|
||||
|
|
|
|||
Loading…
Reference in New Issue