funcion/refactor-general #45

Merged
atasistro merged 240 commits from funcion/refactor-general into master 2025-06-19 21:10:19 -03:00
Showing only changes of commit 79bdb04ce2 - Show all commits

View file

@ -38,10 +38,9 @@ export default {
}; };
}, },
computed: { computed: {
...mapState('admin',["grupo_de_compra_id"]), ...mapState('admin', ["grupo_de_compra_id"]),
...mapGetters('admin',["hayAprobados"]), ...mapGetters('admin', ["hayAprobados"]),
}, },
} }
</script> </script>