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