1.解决冲突

This commit is contained in:
zhanghongqing
2018-08-26 20:00:38 +08:00
parent 33c2c81a7e
commit e97cb03d22

View File

@@ -1164,6 +1164,8 @@ var getTotalLog=function(){
}else{
$(this).html("0");
}
}else{
$(this).html("0");
}
});
if(data.compileIds.length>0){
@@ -1204,6 +1206,10 @@ var GetLogTotal=function(_data){
totalTrs.each(function(){
$(this).html(timeout);
})
}else if(status !="success"){
totalTrs.each(function(){
$(this).html(failed);
})
}
}
});