Update metodos.js

This commit is contained in:
Victor Sanchez Sosa 2024-02-09 10:29:32 -05:00
parent 67b2a3c314
commit b7b3de51bd

View File

@ -325,6 +325,7 @@ async function Func_HistorialTramite(agent, req, res, key_example = null) {
if (Contx != null && Contx != NaN && Contx != undefined) {
if (Contx.parameters.numero_tramite != null && Contx.parameters.numero_tramite != "") {
let legion = await funcion.GetHistorialTramites(data_context.cedula, Contx.parameters.numero_tramite);
console.log(legion);
if (legion['ok'] == true) {
var msger = '';
if (legion['tramite'] != undefined) {