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