mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-01-02 17:28:16 +00:00
数据库备份
This commit is contained in:
parent
10d1549f94
commit
926343e00f
@ -152,9 +152,9 @@
|
||||
switch(obj.event){
|
||||
case 'backup':
|
||||
layList.basePost(layList.Url({a:'backup'}),{tables:tables},function (res) {
|
||||
layer.msg(res.msg,{icon:1,time:1000},function(){
|
||||
layer.msg(res.msg,{icon:1,time:1000,end:function(){
|
||||
buckdata.reload();
|
||||
});
|
||||
}});
|
||||
});
|
||||
break;
|
||||
case 'optimize':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user