Commit a8365d0c authored by agping's avatar agping

bug

parent c58533ca
...@@ -112,8 +112,8 @@ define(['doT', 'text!temp/inspectionRecord_list_template_tpl.html', 'css!style/h ...@@ -112,8 +112,8 @@ define(['doT', 'text!temp/inspectionRecord_list_template_tpl.html', 'css!style/h
params.AuthToken = user_info_obj.AuthToken; params.AuthToken = user_info_obj.AuthToken;
params.agent_id = user_info_obj.id; params.agent_id = user_info_obj.id;
params.type = 1; params.type = 1;
params.pageNo = record.pageNo; params.page_no = record.pageNo;
params.pageSize = record.pageSize; params.page_size = record.pageSize;
$.ajax({ $.ajax({
type: 'GET', type: 'GET',
url: '/broker/reportListForPc', //约带看记录 对接接口 url: '/broker/reportListForPc', //约带看记录 对接接口
......
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