修复学校列表链接
This commit is contained in:
parent
2bdb0e20e9
commit
f86e889c23
|
@ -43,15 +43,7 @@
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function test(id){
|
function test(id){
|
||||||
|
location.href = encodeURI('/course/'+id);
|
||||||
$.ajax({
|
|
||||||
url: '<%=school_course_list_path%>',
|
|
||||||
type: "POST",
|
|
||||||
data: {
|
|
||||||
school_id: id
|
|
||||||
}
|
|
||||||
|
|
||||||
}).complete(eval_ajax);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue