WIP: funcion/faltantes-y-sobrantes #52

Draft
atasistro wants to merge 39 commits from funcion/faltantes-y-sobrantes into master
Showing only changes of commit e370ce2a0d - Show all commits

View file

@ -65,6 +65,10 @@ const actions = {
await axios.post(`/api/grupos-de-compra/${state.grupo_de_compra_id}/${caracteristica_id}`);
commit('toggleCaracteristica', { caracteristica_id: caracteristica_id })
},
async abrirFaltantesYSobrantes({ commit, dispatch }) {
dispatch("productos/init", null, { root: true });
dispatch("ui/toggleFaltantesYSobrantes", null, { root: true });
}
};
const getters = {