Fix: date not applied, show no result after clicking search button

This commit is contained in:
2019-03-31 00:24:41 +09:00
parent 58f9da2611
commit ee4876a728
3 changed files with 6 additions and 4 deletions
@@ -220,6 +220,8 @@ function requestPlayerRecordListAll() {
}
function getPlayerRecordList(limitCount) {
showNoResultContent();
var startDate = $("#start_date").val();
var endDate = $("#end_date").val();
// console.log(startDate);