From e9b501058b5a2ff2b4428cb02929e8825115de9f Mon Sep 17 00:00:00 2001 From: lizanle <491823689@qq.com> Date: Mon, 31 Aug 2015 11:59:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BB=A5=E5=90=8E=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E6=95=B0=E6=94=B9=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/user_resource_create.js.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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