mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-18 07:42:55 +00:00
数据库备份
This commit is contained in:
parent
67b8383a50
commit
07f703b8d6
@ -110,8 +110,9 @@
|
|||||||
case 'backup':
|
case 'backup':
|
||||||
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,{icon:1,time:1000}function(){
|
||||||
buckdata.reload();
|
buckdata.reload();
|
||||||
|
});
|
||||||
});
|
});
|
||||||
}else{
|
}else{
|
||||||
layList.msg('请选择表');
|
layList.msg('请选择表');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user