mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-17 15:02:48 +00:00
数据库备份
This commit is contained in:
parent
6691037cd2
commit
96bb79c0ef
@ -53,7 +53,7 @@
|
|||||||
{field: 'size', title: '大小'},
|
{field: 'size', title: '大小'},
|
||||||
{field: 'compress', title: '类型'},
|
{field: 'compress', title: '类型'},
|
||||||
{field: 'time', title: '时间'},
|
{field: 'time', title: '时间'},
|
||||||
{fixed: 'right', title: '操作', width: '10%', align: 'center', toolbar: '#fileListtool'}
|
{fixed: 'right', title: '操作', width: '20%', align: 'center', toolbar: '#fileListtool'}
|
||||||
];
|
];
|
||||||
},5);
|
},5);
|
||||||
//监听并执行备份列表操作
|
//监听并执行备份列表操作
|
||||||
@ -64,7 +64,7 @@
|
|||||||
$eb.createModalFrame('详情',layList.Url({a:'edit',p:{time:data.time}}));
|
$eb.createModalFrame('详情',layList.Url({a:'edit',p:{time:data.time}}));
|
||||||
break;
|
break;
|
||||||
case 'delFile':
|
case 'delFile':
|
||||||
layList.basePost(layList.Url({a:'optimize'}),{time:data.time},function (res) {
|
layList.basePost(layList.Url({a:'delFile'}),{time:data.time},function (res) {
|
||||||
layList.msg(res.msg);
|
layList.msg(res.msg);
|
||||||
// layList.reload();
|
// layList.reload();
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user