mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-02-07 14:25:35 +00:00
数据库备份
This commit is contained in:
parent
f4c2ef8434
commit
6691037cd2
@ -48,7 +48,6 @@
|
||||
//加载sql备份列表
|
||||
layList.tableList('fileList',"{:Url('fileList')}",function () {
|
||||
return [
|
||||
{type:'checkbox'},
|
||||
{field: 'backtime', title: '备份名称'},
|
||||
{field: 'part', title: '备注' },
|
||||
{field: 'size', title: '大小'},
|
||||
@ -69,7 +68,6 @@
|
||||
layList.msg(res.msg);
|
||||
// layList.reload();
|
||||
});
|
||||
$eb.createModalFrame('详情',layList.Url({a:'edit',p:{uid:data.name}}));
|
||||
break;
|
||||
case 'downloadFile':
|
||||
$eb.createModalFrame('详情',layList.Url({a:'edit',p:{uid:data.name}}));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user