From c7b3522a5b3cfaf898d55593faebea2fe6431dda Mon Sep 17 00:00:00 2001 From: wshc1993 Date: Thu, 24 Mar 2022 16:34:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20select=20=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=96=87=E5=AD=97=E5=A4=9A=E9=80=89=20=E6=B2=A1?= =?UTF-8?q?=E5=80=BC=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/select/select.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/select/select.jsx b/components/select/select.jsx index edc5e617..0881b44b 100755 --- a/components/select/select.jsx +++ b/components/select/select.jsx @@ -78,7 +78,7 @@ export default { return; } }) - return Label; + return Label || labelValue; }, setLabel() { let { currentValue, multiple, label } = this -- Gitee