魏超 5 anos atrás
pai
commit
088519e4a7
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/components/SelectButton/LivePlatSelect.jsx

+ 1
- 1
src/components/SelectButton/LivePlatSelect.jsx Ver arquivo

@@ -49,7 +49,7 @@ const LivePlatSelect = props => {
49 49
   return (
50 50
       <Select
51 51
       showSearch
52
-      value={`${props.value}`}
52
+      value={`${props.value || ''}`}
53 53
       style={{ width: '300px' }}
54 54
       placeholder="请选择平台"
55 55
       onChange={props.onChange}