From 5ab1837cebbe439e0431f3faa775021afe137209 Mon Sep 17 00:00:00 2001 From: Victor Sanchez Sosa <41167132+Marcelo3Sanchez@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:24:59 -0500 Subject: [PATCH] Update funtions.js --- funtions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/funtions.js b/funtions.js index d7adfd4..ed79d3e 100644 --- a/funtions.js +++ b/funtions.js @@ -156,14 +156,14 @@ async function ConsultaClaves(cedula, chang = null){ var _ur = 'consulta_predios_detalle/1/'+cedula+'?boot=true'; } console.log("result premiun 1 "); - console.log(_ur); + // console.log(_ur); console.log("result premiun 2"); AxiosPOST(_ur, {}).then(function (result) { console.log(result); if(result['ok']){ array['ok'] = true; array['data'] = result['data_bot']; - array['msg'] = 'Consulta exitosa'; + array['msg'] = 'Consulta exitosa procedura'; }else{ array['msg'] = result['message']; }