feat : Ajout de la sélection des bovins étape 3 d'une réception
This commit is contained in:
@@ -192,6 +192,7 @@ async function goNext() {
|
||||
buildings: isGranule.value
|
||||
? []
|
||||
: selectedBuildingIds.value.map((id) => `/api/buildings/${id}`),
|
||||
bovineDetail: null,
|
||||
bovinesTypes: null,
|
||||
currentStep: nextStep
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user