数据库备份

This commit is contained in:
xurongyao 2018-09-18 14:30:23 +08:00
parent 6691037cd2
commit 96bb79c0ef

View File

@ -53,7 +53,7 @@
{field: 'size', title: '大小'},
{field: 'compress', title: '类型'},
{field: 'time', title: '时间'},
{fixed: 'right', title: '操作', width: '10%', align: 'center', toolbar: '#fileListtool'}
{fixed: 'right', title: '操作', width: '20%', align: 'center', toolbar: '#fileListtool'}
];
},5);
//监听并执行备份列表操作
@ -64,7 +64,7 @@
$eb.createModalFrame('详情',layList.Url({a:'edit',p:{time:data.time}}));
break;
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.reload();
});