Merge branch 'tomy' of https://repositorio.acatlan.unam.mx/CIDWA/servicio_social_front
This commit is contained in:
@@ -300,7 +300,7 @@ export default {
|
||||
},
|
||||
fecha(date) {
|
||||
const fecha = moment(date.substr(0, 10));
|
||||
return `${fecha.year()}/${fecha.month() + 1}/${fecha.date()}`;
|
||||
return `${fecha.date()}/${fecha.month() + 1}/${fecha.year()}`;
|
||||
},
|
||||
obtenerDatos(idStatus) {
|
||||
this.isLoading = true;
|
||||
|
||||
Reference in New Issue
Block a user