班级添加学生时先输入名字再取消,然后再点开添加学生输入刚刚的名字,没有搜索结果

This commit is contained in:
cxt 2017-07-14 21:30:24 +08:00
parent 9adfee1298
commit 4e87f7fe1b
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<% if params[:is_observe] %>
$("#search_not_students_list").html("<%= j(render :partial => 'courses/settings/search_not_students_list') %>");
<% else %>
laststSearchCondition = '';
var htmlvalue = "<%= j(render :partial => 'courses/settings/add_students') %>";
pop_box_new(htmlvalue, 440, 490);
<% end %>