mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-01-20 15:38:11 +00:00
数据库备份
This commit is contained in:
parent
7814ab10ca
commit
32d44db375
@ -132,8 +132,8 @@
|
|||||||
$.each(data, function (name, value) {
|
$.each(data, function (name, value) {
|
||||||
if (value['name'] != undefined) tables.push(value['name']);
|
if (value['name'] != undefined) tables.push(value['name']);
|
||||||
});
|
});
|
||||||
if(tables.length < 1 || empty(tables)){
|
if(tables.length < 1 ){
|
||||||
return;
|
return false;
|
||||||
}
|
}
|
||||||
switch(obj.event){
|
switch(obj.event){
|
||||||
case 'backup':
|
case 'backup':
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user