上传以后资源数改变

This commit is contained in:
lizanle 2015-08-31 11:59:33 +08:00
parent 9ca1234324
commit e9b501058b
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
closeModal();
$("#resources_list").html('<%= escape_javascript( render :partial => 'resources_list' ,:locals=>{ :attachments => @attachments})%>');
//这里不能将翻页的更新
//这里不能将翻页的更新
$("#res_all_count").html(parseInt($("#res_all_count").html())+1);