Commit 9c263c99 authored by xinyuandu's avatar xinyuandu

bug

parent eae0c411
......@@ -284,8 +284,7 @@ define (['doT', 'ckfinder','ckfinderStart', 'css!style/home.css',"datetimepicker
url: '/index/getRandKingListByAgentId',
type: 'GET',
async: true,
data: {
},
data: params,
dataType: 'json',
success: function(data) {
$('#tbody').empty();
......@@ -332,6 +331,7 @@ define (['doT', 'ckfinder','ckfinderStart', 'css!style/home.css',"datetimepicker
},
//
loadTable : function(data,gradge){
console.log(data);
var tableData = [] ;
var tbody = '' ;
for ( var i = 0 ; i < data.length ; i++ ){
......
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