From e73533b6116c5b74a2dd6b45951f4ffe0dd6dafc Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 8 Nov 2023 02:04:14 +0800 Subject: [PATCH] Update mysql.js --- plugins/mysql/js/mysql.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/mysql/js/mysql.js b/plugins/mysql/js/mysql.js index 45e2656da..bfb8ea425 100755 --- a/plugins/mysql/js/mysql.js +++ b/plugins/mysql/js/mysql.js @@ -1308,6 +1308,10 @@ function myBinLogsRender(page){ list += ''; } + if (rdata.data.length ==0){ + list = '无数据'; + } + $("#binlog_list tbody").html(list); $('#binlog_page').html(rdata.page);