|
|
|
@ -28,7 +28,7 @@
|
|
|
|
|
<script>
|
|
|
|
|
$(function(){
|
|
|
|
|
//初始化最热评测柱状图
|
|
|
|
|
$.get('<%= student_hot_evaluations_college_path(@school) %>', function(data){
|
|
|
|
|
$.get('<%= student_hot_evaluations_college_path(@department.identifier) %>', function(data){
|
|
|
|
|
InitHotEvaluating(data.names.reverse(), data.values.reverse());
|
|
|
|
|
})
|
|
|
|
|
});
|
|
|
|
|