Commit c18e2354 authored by clone's avatar clone

Merge branch '0723-v2.5.0' of https://gitee.com/zwyjjc/tl_estate into 0723-v2.5.0

parents 45ca1b18 956d676d
...@@ -399,7 +399,7 @@ define(['doT', 'text!temp/agent_template_tpl.html', 'text!temp/phoneBinding_temp ...@@ -399,7 +399,7 @@ define(['doT', 'text!temp/agent_template_tpl.html', 'text!temp/phoneBinding_temp
params.pageNo = agent.pageNo; params.pageNo = agent.pageNo;
params.pageSize = agent.pageSize; params.pageSize = agent.pageSize;
params.search = $("input[name='search']").val(); params.search = $("input[name='search']").val();
params.groupname = $("input[name='groupname']").val(); params.group_name = $("input[name='groupname']").val();
params.district_id = $("#district_id2").val(); params.district_id = $("#district_id2").val();
params.store_id = $("#guest_stores").val(); params.store_id = $("#guest_stores").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