Commit 97a95461 authored by agping's avatar agping

客户列表达到上限修改

parent f970ec42
......@@ -1596,6 +1596,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
var user_info_obj = JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo'))); //读取缓存
user.pageNo = pageNo;
var params = {};
params.agent_id_for_bind=user_info_obj.id;
params.agent_id = user.all_custom ? '' : user_info_obj.id ;
params.user_nick = $.trim($("input[name='user']").val());
params.phone = $.trim($("input[name='phone']").val());
......
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