Update funtions.js
This commit is contained in:
parent
1ed8cd4f4b
commit
8a9ea5f693
@ -155,7 +155,7 @@ 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);
|
console.log(_ur);
|
||||||
AxiosPOST(_ur, {}).then(function (result) {
|
AxiosPOST(_ur, {}).then(function (result) {
|
||||||
console.log(result);
|
console.log(result);
|
||||||
if(result['ok']){
|
if(result['ok']){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user