From 10542eabc429f298409de5a35aaade4230ac5e59 Mon Sep 17 00:00:00 2001 From: shanao Date: Wed, 4 Dec 2024 18:26:11 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=91=201.=20=E5=85=B3=E8=81=94?= =?UTF-8?q?=E5=85=B6=E4=BB=96=E4=BD=9C=E4=B8=9A=E7=A5=A8=20=E4=B8=8D?= =?UTF-8?q?=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/other-select/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/other-select/index.vue b/components/other-select/index.vue index c71159f..b76a1c3 100644 --- a/components/other-select/index.vue +++ b/components/other-select/index.vue @@ -4,8 +4,8 @@ + :label="type === 'assignments' ? item.ID : item.NAME" + :name="type === 'assignments' ? item.ID : item.NAME">