This commit is contained in:
Andres2908
2022-05-11 09:34:19 -05:00
parent ce9dee24c3
commit 08633003c2
+1 -1
View File
@@ -111,7 +111,7 @@ export default {
this.updateIsLoading(false)
if (this.selector === 'impresiones') {
this.$router.push(`/impresion`)
this.$router.push('/impresion')
} else {
this.$router.push('/registro')
}