Update funtions.js

This commit is contained in:
Victor Sanchez Sosa 2024-02-09 14:46:17 -05:00
parent b7b3de51bd
commit 1ed8cd4f4b

View File

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