数据库备份

This commit is contained in:
sugar1569 2018-09-25 10:32:28 +08:00
parent 6e6f31ddcc
commit 204668e8a9

View File

@ -62,7 +62,7 @@
,page: false
});
//监听工具条
table.on('tool(fileListtool)', function(obj){
table.on('tool(fileList)', function(obj){
var data = obj.data;
if(obj.event === 'import'){
layer.msg('ID'+ data.id + ' 的查看操作');