Commit 97b3c245 authored by agping's avatar agping

1

parent e1a02c0e
......@@ -1269,7 +1269,7 @@ define(['doT', 'text!temp/office_receivables_template_tpl.html', 'css!style/home
//收款记录 导出
exportExcel: function() {
var _url = '/office/getCollectionExcel?';
var _url = '/office_index/getCollectionExcel?';
window.open(_url + receiv.buildSearchParamsLiu);
},
......@@ -1398,7 +1398,7 @@ define(['doT', 'text!temp/office_receivables_template_tpl.html', 'css!style/home
params.pageSize = that.pageSize ;
$.ajax({
type: 'GET',
url: '/office/getCollection',
url: '/office_index/getCollection',
data: params,
timeout: 30000,
dataType: 'json',
......
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