mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-02-22 01:20:27 +00:00
数据库备份
This commit is contained in:
parent
f4f1524256
commit
c0c007200a
@ -89,23 +89,23 @@
|
|||||||
switch (layEvent){
|
switch (layEvent){
|
||||||
case 'import':
|
case 'import':
|
||||||
layer.confirm('真的倒入该备份吗?', function(index){
|
layer.confirm('真的倒入该备份吗?', function(index){
|
||||||
// var datas = {
|
var datas = {
|
||||||
// time:data.time,
|
time:data.time,
|
||||||
// part:1,
|
part:1,
|
||||||
// start:0
|
start:0
|
||||||
// };
|
};
|
||||||
// $.ajax({
|
$.ajax({
|
||||||
// url: layList.Url({a: 'import'}),
|
url: layList.Url({a: 'import'}),
|
||||||
// data: datas,
|
data: datas,
|
||||||
// type: 'post',
|
type: 'post',
|
||||||
// dataType: 'json',
|
dataType: 'json',
|
||||||
// success: function (rem) {
|
success: function (rem) {
|
||||||
// console.log(rem)
|
console.log(rem)
|
||||||
// },
|
},
|
||||||
// error: function (err) {
|
error: function (err) {
|
||||||
// console.log(err)
|
console.log(err)
|
||||||
// }
|
}
|
||||||
// };
|
});
|
||||||
//ipmosrting(data.time,null,null);
|
//ipmosrting(data.time,null,null);
|
||||||
layer.close(index);
|
layer.close(index);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user