成功添加某成员后,在搜索框中输入的该成员关键字就要自动清空

This commit is contained in:
ouyangxuhua 2015-11-23 10:17:20 +08:00
parent 65548cd8c3
commit 1914639bc3
1 changed files with 1 additions and 0 deletions

View File

@ -4,4 +4,5 @@
$("#org_member_list").html('<%= escape_javascript( render :partial=>"organizations/org_member_list",:locals=> {:members=>@org.org_members}) %>');
$("#principals_for_new_member").html('');
$("#org_members_count_id").html("<%= @org.org_members.count %>");
$("#not_org_member_search").val("");
<% end %>