1c05e961 by yangjianbin

init

1 parent f3e037fb
......@@ -93,7 +93,7 @@
var orderId = "<?=$id?>";
$.ajax({
type: 'put',
url: apiBaseUrl + 'flow/confirm/loan/' + orderId + '?loanDate' + $('[name=loanDate]').val(),
url: apiBaseUrl + 'flow/confirm/loan/' + orderId + '?loanDate=' + $('[name=loanDate]').val(),
cache: false,
dataType: 'json',
contentType: "application/json; charset=UTF-8",
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!