mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-18 16:02:55 +00:00
数据库备份
This commit is contained in:
parent
37a17a5bb3
commit
73c4d1bbd6
@ -52,7 +52,7 @@
|
||||
var action={
|
||||
optimize:function () {
|
||||
var tables=layList.getCheckData().getIds('name');
|
||||
if(ids.length){
|
||||
if(tables.length){
|
||||
layList.basePost(layList.Url({a:'optimize',p:{is_echo:1,status:0}}),{tables:tables},function (res) {
|
||||
layList.msg(res.msg);
|
||||
layList.reload();
|
||||
@ -62,8 +62,8 @@
|
||||
}
|
||||
},
|
||||
repair:function () {
|
||||
var ids=layList.getCheckData().getIds('name');
|
||||
if(ids.length){
|
||||
var tables=layList.getCheckData().getIds('name');
|
||||
if(tables.length){
|
||||
layList.basePost(layList.Url({a:'repair',p:{is_echo:1,status:0}}),{tables:tables},function (res) {
|
||||
layList.msg(res.msg);
|
||||
layList.reload();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user