mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-17 06:52:49 +00:00
数据库备份
This commit is contained in:
parent
6c5cc7151d
commit
aaedb64461
@ -106,7 +106,7 @@
|
|||||||
});
|
});
|
||||||
//头工具栏事件
|
//头工具栏事件
|
||||||
tableList.on('toolbar(tableListID)', function(obj){
|
tableList.on('toolbar(tableListID)', function(obj){
|
||||||
var checkStatus = table.checkStatus(obj.config.id);
|
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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user