From fbd25a0c5d17fde0a9918bb934cdf131568c1e1c Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Fri, 5 Aug 2022 09:51:59 +0800 Subject: [PATCH] =?UTF-8?q?bug824=EF=BC=9A=E4=B8=8A=E6=9E=B6=E4=B8=9A?= =?UTF-8?q?=E5=8A=A1=E7=BB=84=E4=BB=B6=EF=BC=9A=E5=85=B1=E4=BA=AB=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E9=80=89=E6=8B=A9=E5=90=8E=EF=BC=8C=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E4=B8=8D=E6=B6=88=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue | 1 + 1 file changed, 1 insertion(+) 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)" />