Commit 53b2f73e authored by agping's avatar agping

1

parent cd9030e2
......@@ -1449,7 +1449,7 @@ define(['doT', 'text!temp/office_receivables_template_tpl.html', 'css!style/home
var params = {
'pay_id' : id
};
$.post('/office_index/getCollectionDetail',params , function(data){
$.get('/office_index/getCollectionDetail',params , function(data){
if(data.code == 200) {
that.getValueFunction(data.data);
} else {
......
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