mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-18 16:02:55 +00:00
数据库备份
This commit is contained in:
parent
36d0c04f08
commit
fde2328142
@ -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();
|
fileList.reload();
|
||||||
});
|
});
|
||||||
}else{
|
}else{
|
||||||
layList.msg('请选择表');
|
layList.msg('请选择表');
|
||||||
@ -121,7 +121,6 @@
|
|||||||
if(tables.length){
|
if(tables.length){
|
||||||
layList.basePost(layList.Url({a:'optimize'}),{tables:tables},function (res) {
|
layList.basePost(layList.Url({a:'optimize'}),{tables:tables},function (res) {
|
||||||
layList.msg(res.msg);
|
layList.msg(res.msg);
|
||||||
filelist.reload();
|
|
||||||
});
|
});
|
||||||
}else{
|
}else{
|
||||||
layList.msg('请选择表');
|
layList.msg('请选择表');
|
||||||
@ -131,7 +130,6 @@
|
|||||||
if(tables.length){
|
if(tables.length){
|
||||||
layList.basePost(layList.Url({a:'repair'}),{tables:tables},function (res) {
|
layList.basePost(layList.Url({a:'repair'}),{tables:tables},function (res) {
|
||||||
layList.msg(res.msg);
|
layList.msg(res.msg);
|
||||||
filelist.reload();
|
|
||||||
});
|
});
|
||||||
}else{
|
}else{
|
||||||
layList.msg('请选择表');
|
layList.msg('请选择表');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user