data = response.logtestvos;

$("#ttt").datagrid("loadData", data.slice(0, 10));

response是js接收到后端传递过来的json数据