组织资源过滤:如图资源数统计应该是不同过滤条件下各资源数的统计

This commit is contained in:
ouyangxuhua 2016-02-23 16:32:16 +08:00
parent f785277d42
commit c83562bfd7
1 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
$("#org_subfield_list").html("<%= escape_javascript(render :partial => 'org_subfield_list',
:locals => {org_subfield: @org_subfield,all_attachments: @result,sort:@sort,order:@order,org_subfield_attachments:@searched_attach})%>");
$("#attachment_count").html("<%= @result.count %>");