Update funtions.js
This commit is contained in:
parent
75eacd1131
commit
5ab1837ceb
@ -156,14 +156,14 @@ async function ConsultaClaves(cedula, chang = null){
|
||||
var _ur = 'consulta_predios_detalle/1/'+cedula+'?boot=true';
|
||||
}
|
||||
console.log("result premiun 1 ");
|
||||
console.log(_ur);
|
||||
// console.log(_ur);
|
||||
console.log("result premiun 2");
|
||||
AxiosPOST(_ur, {}).then(function (result) {
|
||||
console.log(result);
|
||||
if(result['ok']){
|
||||
array['ok'] = true;
|
||||
array['data'] = result['data_bot'];
|
||||
array['msg'] = 'Consulta exitosa';
|
||||
array['msg'] = 'Consulta exitosa procedura';
|
||||
}else{
|
||||
array['msg'] = result['message'];
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user