664d0508 by wang

init

1 parent 47fe3129
......@@ -270,7 +270,9 @@
});
$('#loanMinMoney, #loanMaxMoney,#ratifyMinMoney, #ratifyMaxMoney').on('keyup', function () {
$('#table').DataTable().draw();
var url = window.location.href;
window.location.href = window.location.href+'&loanMinMoney='+$("#loanMinMoney").val()+'&loanMaxMoney='+$("#loanMaxMoney").val()+'&ratifyMinMoney='+$("#ratifyMinMoney").val()+'&ratifyMaxMoney='+$("#ratifyMaxMoney").val()
// $('#table').DataTable().draw();
});
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!