数据库备份

This commit is contained in:
sugar1569 2018-09-25 12:31:14 +08:00
parent e115130767
commit 67b8383a50

View File

@ -111,7 +111,7 @@
if(tables.length){ if(tables.length){
layList.basePost(layList.Url({a:'backup'}),{tables:tables},function (res) { layList.basePost(layList.Url({a:'backup'}),{tables:tables},function (res) {
layList.msg(res.msg); layList.msg(res.msg);
//fileList.reload(); buckdata.reload();
}); });
}else{ }else{
layList.msg('请选择表'); layList.msg('请选择表');