fixed: 사업별 시추공 상세정보 undefined 오류 수정

006_시추공개수_undefined
main
thkim 2024-08-12 17:22:51 +09:00
parent e154121c7d
commit 78f7626e51
1 changed files with 1 additions and 0 deletions

View File

@ -512,6 +512,7 @@ function LoadingShow() {
method : "post", method : "post",
data : params, data : params,
success : function(data){ success : function(data){
totalCount = data.projectCount.totalCount;
$("#sichProjectInfo").html(""); $("#sichProjectInfo").html("");
$("#sichClassName").html(data.project.className); $("#sichClassName").html(data.project.className);
$("#sichClassName2").html(data.project.className); $("#sichClassName2").html(data.project.className);