외교권자 등에서 인사부 연동이 안되는 버그 해결

This commit is contained in:
2019-02-27 23:33:18 +09:00
parent f335c882ba
commit f81a88abbf
2 changed files with 2 additions and 11 deletions
+1 -10
View File
@@ -330,16 +330,7 @@ $(function() {
//window.$html = $html;
var cnt =0;
var $tmpTable = null;
$html.each(function(idx){
if(this.tagName == "TABLE"){
cnt+=1;
if(cnt==5){
$tmpTable = $(this);
return false;
}
}
});
var $tmpTable = $html.filter('#officer_list').eq(0);
$selects = $tmpTable.find("select");
if($selects.length == 0){