push carga masiva

This commit is contained in:
2021-01-15 23:08:55 -06:00
parent ac5880457c
commit 6207090f25
@@ -95,7 +95,7 @@ export default {
this.toastType = "is-success";
this.toastMessage = "Se ha enviado la carga masiva con éxito";
this.toast();
this.$$router.push("/admin");
this.$router.push("/admin");
})
.catch((err) => {
this.isLoading = false;