数据库备份

This commit is contained in:
sugar1569 2018-09-25 19:24:47 +08:00
parent 1948308d26
commit 80c0f07f00

View File

@ -96,7 +96,7 @@
}; };
$.ajax({ $.ajax({
url: layList.Url({a:'import'}), url: layList.Url({a: 'import'}),
data: datas, data: datas,
type: 'post', type: 'post',
dataType: 'json', dataType: 'json',
@ -106,7 +106,7 @@
error: function (err) { error: function (err) {
console.log(res) console.log(res)
} }
}
//ipmosrting(data.time,null,null); //ipmosrting(data.time,null,null);
layer.close(index); layer.close(index);
}); });