mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-26 04:50:16 +00:00
数据库备份
This commit is contained in:
parent
73c4d1bbd6
commit
5c893aeb15
@ -53,7 +53,7 @@
|
||||
optimize:function () {
|
||||
var tables=layList.getCheckData().getIds('name');
|
||||
if(tables.length){
|
||||
layList.basePost(layList.Url({a:'optimize',p:{is_echo:1,status:0}}),{tables:tables},function (res) {
|
||||
layList.basePost(layList.Url({a:'optimize'),{tables:tables},function (res) {
|
||||
layList.msg(res.msg);
|
||||
layList.reload();
|
||||
});
|
||||
@ -64,7 +64,7 @@
|
||||
repair:function () {
|
||||
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.basePost(layList.Url({a:'repair'}),{tables:tables},function (res) {
|
||||
layList.msg(res.msg);
|
||||
layList.reload();
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user