diff --git a/funtions.js b/funtions.js index f1abf48..656723a 100644 --- a/funtions.js +++ b/funtions.js @@ -155,7 +155,9 @@ async function ConsultaClaves(cedula, chang = null){ if(chang != null){ var _ur = 'consulta_predios_detalle/1/'+cedula+'?boot=true'; } + console.log(_url); AxiosPOST(_ur, {}).then(function (result) { + console.log(result); if(result['ok']){ array['ok'] = true; array['data'] = result['data_bot'];