Update metodos.js
This commit is contained in:
parent
67b2a3c314
commit
b7b3de51bd
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user