diff --git a/components/select/select.jsx b/components/select/select.jsx index edc5e617e07c99404c01f408117525e51d65308d..0881b44b717017d5edbb1b96bd5b55a60a9bd97e 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