Commit 0ab06e41 by zhaochengxiang

bug fix

parent 39acf00e
......@@ -866,7 +866,6 @@ class Model extends React.Component {
style={{ width: 150 }}
value={this.state.currentModelState}
onChange={(val) => { this.onModelStateChange(val) }}
allowClear
>
{ (this.state.modelStates??[]).map(item => (<Select.Option key={item.id} value={item.id}>{item.cnName}</Select.Option>)) }
</Select>
......
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