Update funtions.js
This commit is contained in:
parent
b7b3de51bd
commit
1ed8cd4f4b
@ -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'];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user