数据库备份

This commit is contained in:
sugar1569 2018-09-25 19:26:44 +08:00
parent 80c0f07f00
commit b9665f226f

View File

@ -94,17 +94,16 @@
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(res) console.log(rem)
}, },
error: function (err) { error: function (err) {
console.log(res) console.log(err)
} }
} }
//ipmosrting(data.time,null,null); //ipmosrting(data.time,null,null);