数据库备份

This commit is contained in:
sugar1569 2018-09-25 12:15:42 +08:00
parent 42da131bce
commit b5d620597a

View File

@ -106,7 +106,7 @@
}); });
//头工具栏事件 //头工具栏事件
tableList.on('toolbar(tableListID)', function(obj){ tableList.on('toolbar(tableListID)', function(obj){
var checkStatus = tableList.checkStatus(); var checkStatus = tableList.checkStatus(obj.config.id);
switch(obj.event){ switch(obj.event){
case 'getCheckData': case 'getCheckData':
var data = checkStatus.data; var data = checkStatus.data;