Update mysql.js

This commit is contained in:
midoks 2023-11-08 02:04:14 +08:00
parent 89e5d57926
commit e73533b611
1 changed files with 4 additions and 0 deletions

View File

@ -1308,6 +1308,10 @@ function myBinLogsRender(page){
list += '</td></tr>';
}
if (rdata.data.length ==0){
list = '<tr><td colspan="4">无数据</td</tr>';
}
$("#binlog_list tbody").html(list);
$('#binlog_page').html(rdata.page);