mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-01-07 05:38:15 +00:00
数据库备份
This commit is contained in:
parent
73c4d1bbd6
commit
5c893aeb15
@ -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',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.msg(res.msg);
|
||||||
layList.reload();
|
layList.reload();
|
||||||
});
|
});
|
||||||
@ -64,7 +64,7 @@
|
|||||||
repair:function () {
|
repair:function () {
|
||||||
var tables=layList.getCheckData().getIds('name');
|
var tables=layList.getCheckData().getIds('name');
|
||||||
if(tables.length){
|
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.msg(res.msg);
|
||||||
layList.reload();
|
layList.reload();
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user