<% if @fail_hint %> alert("<%= @fail_hint %>"); <% else %> // 组织添加成员后,同步刷新成员列表,左侧成员数 $("#org_member_list").html('<%= escape_javascript( render :partial => "organizations/org_member_list", :locals => {:members => @members}) %>'); $("#principals_for_new_member").html(''); $("#org_members_count_id").html("<%= @organization.org_members.count %>"); $("#not_org_member_search").val(""); <% end %>