cambioFecha

This commit is contained in:
Andres2908
2021-01-21 19:30:10 -06:00
parent f96052ff0d
commit d2041cea8e
+1 -1
View File
@@ -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;