Agregado método para abrir faltantes y sobrantes, cargando productos
This commit is contained in:
parent
d7710c306b
commit
e370ce2a0d
1 changed files with 4 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue