Commit 4373ffd9 authored by agping's avatar agping

BUG

parent 8d02d280
......@@ -118,8 +118,8 @@ define(['doT', 'text!temp/inspectionRecordAll_list_template_tpl.html', 'css!styl
// date_end =new Date(Date.parse(end_.replace(/-/g, "/")));
// console.log(date_end);
// params.end_time =date_end.getTime()*0.001;
params.page_no = record.pageNo;
params.page_size = record.pageSize;
params.pageNo = record.pageNo;
params.pageSize = record.pageSize;
$.ajax({
type: 'GET',
url: '/index/inspectionRecordAll', //约带看记录 对接接口(2.9.6 有权限的人 才能看到)
......
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