魏超 5 år sedan
förälder
incheckning
088519e4a7
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/components/SelectButton/LivePlatSelect.jsx

+ 1
- 1
src/components/SelectButton/LivePlatSelect.jsx Visa fil

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