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