Update metodos.js

This commit is contained in:
Victor Sanchez Sosa 2024-02-08 17:18:14 -05:00
parent 585e406cd4
commit 6453eebc05

View File

@ -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'];