Fix: date not applied, show no result after clicking search button
This commit is contained in:
@@ -220,6 +220,8 @@ function requestPlayerRecordListAll() {
|
||||
}
|
||||
|
||||
function getPlayerRecordList(limitCount) {
|
||||
showNoResultContent();
|
||||
|
||||
var startDate = $("#start_date").val();
|
||||
var endDate = $("#end_date").val();
|
||||
// console.log(startDate);
|
||||
|
||||
Reference in New Issue
Block a user