diff --git a/src/components/FormComponents/CustomForm/FormItemSelf.vue b/src/components/FormComponents/CustomForm/FormItemSelf.vue index 5ac32f246e8a7c3d1303b842300f9c76e272cc1b..f3bc7ca831ba9794014fd0eeadbea91e6427cf2e 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" >