mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-03-11 10:25:59 +00:00
数据库备份
This commit is contained in:
parent
2af74c3e6d
commit
f51daf0c3e
@ -47,7 +47,7 @@
|
||||
<script>
|
||||
|
||||
//加载sql备份列表
|
||||
layList.tableList('fileList',"{:Url('fileList')}",function () {
|
||||
var filelist = layList.tableList('fileList',"{:Url('fileList')}",function () {
|
||||
return [
|
||||
{field: 'backtime', title: '备份名称'},
|
||||
{field: 'part', title: '备注' },
|
||||
@ -109,7 +109,7 @@
|
||||
if(tables.length){
|
||||
layList.basePost(layList.Url({a:'optimize'}),{tables:tables},function (res) {
|
||||
layList.msg(res.msg);
|
||||
// layList.reload();
|
||||
filelist.layList.reload();
|
||||
});
|
||||
}else{
|
||||
layList.msg('请选择表');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user