Commit a0e2c69e authored by tangwei's avatar tangwei

修改bug

parent 8e7d458f
......@@ -127,7 +127,7 @@ class RiskFactorModel extends Component {
renderOption={item => <multiSelectOption value={parseInt(item.id)}>{item.name}</multiSelectOption>}
values={form.riskFactorIds}
onChange={(e)=>this.onSelectedChange(e, 'riskFactorIds')}
placeholder='危险因素'
placeholder=''
/>
</div>
</FormItem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment