diff --git a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue index 7822484c..3b3de546 100644 --- a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue +++ b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue @@ -246,6 +246,7 @@ v-else-if="item.type == 'radio'" v-model:value="item.note1" :options="item.options" + @change="changeIiem(item.name, item.note1)" />