diff --git a/app/views/users/user_resource_create.js.erb b/app/views/users/user_resource_create.js.erb index ba3efbdfb..f7ae832d1 100644 --- a/app/views/users/user_resource_create.js.erb +++ b/app/views/users/user_resource_create.js.erb @@ -1,4 +1,5 @@ closeModal(); $("#resources_list").html('<%= escape_javascript( render :partial => 'resources_list' ,:locals=>{ :attachments => @attachments})%>'); -//这里不能将翻页的更新 \ No newline at end of file +//这里不能将翻页的更新 +$("#res_all_count").html(parseInt($("#res_all_count").html())+1); \ No newline at end of file