diff --git a/app/views/courses/_groups_name.html.erb b/app/views/courses/_groups_name.html.erb
index ca0fed9c2..e1b138666 100644
--- a/app/views/courses/_groups_name.html.erb
+++ b/app/views/courses/_groups_name.html.erb
@@ -20,7 +20,7 @@
%>
<% end %>
<% if @canShowCode %>
-
+
<% end %>
@@ -36,7 +36,7 @@
<% end %>
<% if @canShowCode %>
- +添加分班
+ +添加分班
@@ -44,7 +44,7 @@
<%= text_field_tag "group_name", params[:group_name], size: "20", class: "isTxt w90 f_l", style: "padding: 0px", maxlength: "100" %>
<%= submit_tag '', class: "submit f_l",:onclick => "validate_add_group()", style: "width: 43px;height: 21px;background: url(/images/btn.png) no-repeat 0 0;" %>
- <%= link_to_function '', "$('#add_tag04').slideToggle();", class: "submit_2", style: "width: 43px"%>
+ <%= link_to_function '', "document.getElementById('group_name').value='';$('#add_tag04').slideToggle();", class: "submit_2", style: "width: 43px"%>
<% end %>