From 7e1d871cf06ae8a9c2e75e996e230889f935b5ef Mon Sep 17 00:00:00 2001 From: huang Date: Sat, 15 Oct 2016 09:04:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=B5=84=E6=BA=90=E5=88=B7?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/attachments/upload_attachment_version.js.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/attachments/upload_attachment_version.js.erb b/app/views/attachments/upload_attachment_version.js.erb index 1e5a2966a..5c74d70cf 100644 --- a/app/views/attachments/upload_attachment_version.js.erb +++ b/app/views/attachments/upload_attachment_version.js.erb @@ -1,7 +1,7 @@ <% if @flag %> hideModal(); alert('更新成功') -// $(".re_search").submit(); + $(".re_search").submit(); // 为了刷新 <%else%> $("#upload_file_count").html('(更新失败)') <%end %> \ No newline at end of file