This commit is contained in:
Lemuel Marquez
2021-04-06 10:09:37 -05:00
parent 6da86fb19d
commit 52cbfd2288
2 changed files with 2 additions and 2 deletions
@@ -23,7 +23,7 @@ const gustavoBazPrada = async (body) => {
}).then((res) => {
for (let i = 0; i < res.length; i++)
data.push({
numeroCuenta: res[i].Usuario.Usuario,
numeroCuenta: res[i].Usuario.usuario,
nombre: res[i].Usuario.nombre,
licenciatura: res[i].Carrera.carrera,
correo: res[i].correo,
+1 -1
View File
@@ -24,7 +24,7 @@ const reporte = async (body) => {
}).then((res) => {
for (let i = 0; i < res.length; i++)
data.push({
numeroCuenta: res[i].Usuario.Usuario,
numeroCuenta: res[i].Usuario.usuario,
nombre: res[i].Usuario.nombre,
licenciatura: res[i].Carrera.carrera,
correo: res[i].correo,