mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-20 09:22:56 +00:00
数据库备份
This commit is contained in:
parent
3f3e073beb
commit
d6ec067d40
@ -110,7 +110,11 @@
|
||||
switch(obj.event){
|
||||
case 'getCheckData':
|
||||
var data = checkStatus.data;
|
||||
layer.alert(JSON.stringify(data));
|
||||
var ids = [];
|
||||
$.each(data, function (name, value) {
|
||||
if (value['name'] != undefined) ids.push(value['name']);
|
||||
});
|
||||
layer.alert(JSON.stringify(ids));
|
||||
break;
|
||||
case 'getCheckLength':
|
||||
var data = checkStatus.data;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user