664d0508 by wang

init

1 parent 47fe3129
...@@ -270,7 +270,9 @@ ...@@ -270,7 +270,9 @@
270 }); 270 });
271 271
272 $('#loanMinMoney, #loanMaxMoney,#ratifyMinMoney, #ratifyMaxMoney').on('keyup', function () { 272 $('#loanMinMoney, #loanMaxMoney,#ratifyMinMoney, #ratifyMaxMoney').on('keyup', function () {
273 $('#table').DataTable().draw(); 273 var url = window.location.href;
274 window.location.href = window.location.href+'&loanMinMoney='+$("#loanMinMoney").val()+'&loanMaxMoney='+$("#loanMaxMoney").val()+'&ratifyMinMoney='+$("#ratifyMinMoney").val()+'&ratifyMaxMoney='+$("#ratifyMaxMoney").val()
275 // $('#table').DataTable().draw();
274 }); 276 });
275 277
276 function resetHandler() { 278 function resetHandler() {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!