mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-17 15:02:48 +00:00
数据库备份
This commit is contained in:
parent
5c893aeb15
commit
79cf7c44ff
@ -53,7 +53,7 @@
|
|||||||
optimize:function () {
|
optimize:function () {
|
||||||
var tables=layList.getCheckData().getIds('name');
|
var tables=layList.getCheckData().getIds('name');
|
||||||
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();
|
layList.reload();
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user