From c4f97196ac74a6c481089a5dd710573295461fbf Mon Sep 17 00:00:00 2001 From: Carryours Date: Fri, 14 Feb 2025 11:47:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(select):=20=E4=BF=AE=E5=A4=8D=E5=A4=9A?= =?UTF-8?q?=E9=80=89=E6=A8=A1=E5=BC=8F=E4=B8=8Bkey=E5=8F=AF=E8=83=BD?= =?UTF-8?q?=E4=B8=BAundefined=E7=9A=84=E5=9C=BA=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/vc-select/Select.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/vc-select/Select.tsx b/components/vc-select/Select.tsx index e94471f608..348ce1a570 100644 --- a/components/vc-select/Select.tsx +++ b/components/vc-select/Select.tsx @@ -240,6 +240,8 @@ export default defineComponent({ // warning(false, '`label` of `value` is not same as `label` in Select options.'); // } // } + } else { + rawKey = rawValue; } return {