数据库备份

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){
layList.basePost(layList.Url({a:'backup'}),{tables:tables},function (res) {
layList.msg(res.msg);
//fileList.reload();
buckdata.reload();
});
}else{
layList.msg('请选择表');