Skip to content

Commit

Permalink
fix change etat apres simu
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelQuetin committed Sep 18, 2024
1 parent 83b4454 commit 09499df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/views/Suppression/SuppSteps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,12 @@ function changeEtape() {
demande.value = response.data;
});
}
if ((currentStep.value + 1) === 3 ) {
itemService.choixEtape(demande.value.id, 3, 'SUPP')
.then(response => {
demande.value = response.data;
});
}
}
function uploadFileFinal() {
Expand Down

0 comments on commit 09499df

Please sign in to comment.