这样写会出现很多行undefined,实际上只有一条数据
$.ajax({
url: "/Module/Search?code="+ document.getElementById("txtCode").value + "&name=" + document.getElementById("txtName").value,
type: "POST",
success: function (data) {
alert(data);
$("#test").treegrid('loadData',data);
}
});
alert出来的数据是没错的,$("#test").treegrid('loadData',data)如果把data替换成alert出来的数据可以正常加载,请问怎么回事啊,期待高手解决!
qq_遁去的一_1
30秒到达战场
芜湖不芜
相关分类