From 35731ffd43db26f37764c2a4b2481b472e3d64ad Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Tue, 14 Feb 2023 13:18:50 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E7=AD=9B=E6=9F=A5=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=AD=97=E6=AE=B5=202.=E5=8C=BB=E8=81=94=E4=BD=93?= =?UTF-8?q?=E5=86=85=E5=A4=96=E4=B8=8D=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FormComponents/CustomForm/FormItemSelf.vue | 2 +- src/components/FormComponents/CustomForm/FormItemText.vue | 2 +- src/views/screening/index.vue | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/FormComponents/CustomForm/FormItemSelf.vue b/src/components/FormComponents/CustomForm/FormItemSelf.vue index 5ac32f2..f3bc7ca 100644 --- a/src/components/FormComponents/CustomForm/FormItemSelf.vue +++ b/src/components/FormComponents/CustomForm/FormItemSelf.vue @@ -223,7 +223,7 @@ v-for="(opt, optIndex) in unionList" :key="optIndex" :label="opt.unionName" - :value="opt.unionNo" + :value="opt.id" >