mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-17 15:02:48 +00:00
数据库备份
This commit is contained in:
parent
67b8383a50
commit
07f703b8d6
@ -110,8 +110,9 @@
|
||||
case 'backup':
|
||||
if(tables.length){
|
||||
layList.basePost(layList.Url({a:'backup'}),{tables:tables},function (res) {
|
||||
layList.msg(res.msg);
|
||||
buckdata.reload();
|
||||
layList.msg(res.msg,{icon:1,time:1000}function(){
|
||||
buckdata.reload();
|
||||
});
|
||||
});
|
||||
}else{
|
||||
layList.msg('请选择表');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user