|
|
@@ -62,7 +62,7 @@ function Ajax() {
|
|
62
|
62
|
// openid: 'oXF5e1mWpX5DajW5_yjNLPKb8ThE',
|
|
63
|
63
|
PageIndex:page,
|
|
64
|
64
|
PageSize:pageSize,
|
|
65
|
|
- A_archiveName:$('#keyword').val()
|
|
|
65
|
+ F_ArchiveName:$('#keyword').val()
|
|
66
|
66
|
},
|
|
67
|
67
|
async: true,
|
|
68
|
68
|
dataType: 'json',
|
|
|
@@ -284,13 +284,13 @@ function pullupRefresh() {
|
|
284
|
284
|
setTimeout(function() {
|
|
285
|
285
|
mui('#pullrefresh').pullRefresh().endPullupToRefresh((page++ >= Math.ceil(total / 10)));
|
|
286
|
286
|
$.ajax({
|
|
287
|
|
- url: huayi.config.callcenter_url + 'archives/GetList',
|
|
|
287
|
+ url: huayi.config.callcenter_url + 'archives/GetListByCompany',
|
|
288
|
288
|
data: {
|
|
289
|
289
|
openid:openid,
|
|
290
|
290
|
// openid: 'oXF5e1mWpX5DajW5_yjNLPKb8ThE',
|
|
291
|
291
|
PageIndex:page,
|
|
292
|
292
|
PageSize:pageSize,
|
|
293
|
|
- A_archiveName:$('#keyword').val()
|
|
|
293
|
+ F_ArchiveName:$('#keyword').val()
|
|
294
|
294
|
},
|
|
295
|
295
|
async: true,
|
|
296
|
296
|
dataType: 'json',
|