fix: refs #6346 fix list and create #404
No reviewers
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#404
Loading…
Reference in New Issue
No description provided.
Delete Branch "6346-fixWagonModule"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP: fix: refs #6346 fix list and createto fix: refs #6346 fix list and create@ -0,0 +39,4 @@
const emit = defineEmits(['onSubmit']);
async function getTrays() {
const data = await axios.get('WagonTypeTrays', undefined, {
const {data} =
@ -0,0 +55,4 @@
height: trayHeight.value,
};
emit('onSubmit', newTray);
emit('onSubmit', {
wagonTypeFk: entityId.value,
wagonTypeColorFk: selectedTrayColor.value,
height: trayHeight.value,
});
@ -0,0 +40,4 @@
type: 'positive',
});
} catch (err) {
console.log('err: ', err);
Si falla el usuari no se entera?
@ -0,0 +56,4 @@
type: 'positive',
});
} catch (err) {
console.log('err: ', err);
Si falla el usuari no se entera?
Revisar
Lo he intentado usar y explota, he creado un tipo de carro, queria añadir una bandeja de color azul height 2 y ha explotado:
New commits pushed, approval review dismissed automatically according to repository settings