This commit is contained in:
jzuniga:1 2018-06-11 16:03:14 +00:00
parent 604b79e234
commit 9cd208deac

View file

@ -55,7 +55,7 @@ this.obtenerItems = function () {
//$.getJSON(uri).done(function (data) {
$.ajax({
type: 'POST',
type: 'GET',
url: uri,
cache: false,
data: DTO,