Commit 10d169d7 authored by agping's avatar agping

分页

parent 55d0844b
...@@ -1412,7 +1412,10 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c ...@@ -1412,7 +1412,10 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
async: true, async: true,
data: { data: {
"user_id": id, "user_id": id,
'agent_id':user_info_obj.id 'agent_id':user_info_obj.id,
'pageSize':3000,
'pageNo':1
}, },
dataType: 'json', dataType: 'json',
......
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