From 4e87f7fe1b184c923726adc552de95fdded7b545 Mon Sep 17 00:00:00 2001 From: cxt Date: Fri, 14 Jul 2017 21:30:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8F=AD=E7=BA=A7=E6=B7=BB=E5=8A=A0=E5=AD=A6?= =?UTF-8?q?=E7=94=9F=E6=97=B6=E5=85=88=E8=BE=93=E5=85=A5=E5=90=8D=E5=AD=97?= =?UTF-8?q?=E5=86=8D=E5=8F=96=E6=B6=88=EF=BC=8C=E7=84=B6=E5=90=8E=E5=86=8D?= =?UTF-8?q?=E7=82=B9=E5=BC=80=E6=B7=BB=E5=8A=A0=E5=AD=A6=E7=94=9F=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E5=88=9A=E5=88=9A=E7=9A=84=E5=90=8D=E5=AD=97=EF=BC=8C?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E6=90=9C=E7=B4=A2=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/courses/search_not_students.js.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/courses/search_not_students.js.erb b/app/views/courses/search_not_students.js.erb index e7c3fb01f..b6c3cc65a 100644 --- a/app/views/courses/search_not_students.js.erb +++ b/app/views/courses/search_not_students.js.erb @@ -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 %> \ No newline at end of file