This commit is contained in:
2021-01-21 19:38:02 -06:00
+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;