创建学校成功给出提示

This commit is contained in:
lizanle 2015-10-16 10:54:28 +08:00
parent 7961149d2a
commit 5b76ae50ef
1 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
$("input[name='occupation']").val('<%= @school.id%>');
$("input[name='occupation']").val('<%= @school.id%>');
$("#hint").html('<span style="color: #64bdd9">创建成功</span>').show();