Update metodos.js
This commit is contained in:
parent
585e406cd4
commit
6453eebc05
@ -659,6 +659,8 @@ async function Fun_ConsultarClavesCatastrales(agent, req, res, _cedula = null, n
|
|||||||
let legion = await funcion.ConsultaClaves(_cedula, nuevo);
|
let legion = await funcion.ConsultaClaves(_cedula, nuevo);
|
||||||
console.log(legion)
|
console.log(legion)
|
||||||
if (legion['ok'] == true) {
|
if (legion['ok'] == true) {
|
||||||
|
console.log("legion model");
|
||||||
|
console.log(legion);
|
||||||
// let mensjae_predios = '';
|
// let mensjae_predios = '';
|
||||||
// legion['data'].forEach((element, index) => {
|
// legion['data'].forEach((element, index) => {
|
||||||
// var rec = element['valor']['boot']['anteriores'];
|
// var rec = element['valor']['boot']['anteriores'];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user