|
@@ -474,7 +474,7 @@ $(function(){
|
|
|
}
|
|
|
if(!searchnameIsExsit){
|
|
|
$("#"+type+"-content li:first .com-last").remove();
|
|
|
- $("#"+type+"-content li:first").html('<div class="com-last">'+keys.join(";")+'</div>');
|
|
|
+ $("#"+type+"-content li:first").append('<div class="com-last">'+keys.join(";")+'</div>');
|
|
|
commonAjaxReq($("#tender-keyword"),type);
|
|
|
}else{
|
|
|
$("#"+type+"-content li:first").append('<div class="com-last">'+keys.join(";")+'</div>');
|