Commit 6efd5458 authored by xinyuandu's avatar xinyuandu

排行

parent 2d15dc90
...@@ -182,6 +182,16 @@ define (['doT', 'ckfinder','ckfinderStart', 'css!style/home.css',"datetimepicker ...@@ -182,6 +182,16 @@ define (['doT', 'ckfinder','ckfinderStart', 'css!style/home.css',"datetimepicker
// $('#personList').append(tag); // $('#personList').append(tag);
// },'json') // },'json')
// }, // },
// loadTableData : function(){
// var params = {
// 'pageNo' : 1,
// 'pageSize' : 20
// }
// $.get('',params,function(data){
// console.log(data);
// },'json')
// }
}; };
return performanceRanking; return performanceRanking;
}); });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment