mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-17 15:02:48 +00:00
数据库备份
This commit is contained in:
parent
36d0c04f08
commit
fde2328142
@ -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('请选择表');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user