From fde232814207a9cbbe1ce70989b3d871ec68fbe3 Mon Sep 17 00:00:00 2001 From: sugar1569 Date: Tue, 25 Sep 2018 12:25:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/view/system/system_databackup/index.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/application/admin/view/system/system_databackup/index.php b/application/admin/view/system/system_databackup/index.php index 5975bf56..d6918072 100644 --- a/application/admin/view/system/system_databackup/index.php +++ b/application/admin/view/system/system_databackup/index.php @@ -111,7 +111,7 @@ if(tables.length){ layList.basePost(layList.Url({a:'backup'}),{tables:tables},function (res) { layList.msg(res.msg); - filelist.reload(); + fileList.reload(); }); }else{ layList.msg('请选择表'); @@ -121,7 +121,6 @@ if(tables.length){ layList.basePost(layList.Url({a:'optimize'}),{tables:tables},function (res) { layList.msg(res.msg); - filelist.reload(); }); }else{ layList.msg('请选择表'); @@ -131,7 +130,6 @@ if(tables.length){ layList.basePost(layList.Url({a:'repair'}),{tables:tables},function (res) { layList.msg(res.msg); - filelist.reload(); }); }else{ layList.msg('请选择表');