|
|
|
@ -476,7 +476,7 @@ class Itembankstop extends Component {
|
|
|
|
|
)(
|
|
|
|
|
<div className="sortinxdirection">
|
|
|
|
|
<InputGroup compact>
|
|
|
|
|
<Cascader style={{width: '258px'}} options={options} onChange={this.handleFormzhishidian}
|
|
|
|
|
<Cascader style={{width: '258px'}} value={this.state.rbkc} options={options} onChange={this.handleFormzhishidian}
|
|
|
|
|
placeholder="请选择..."/>
|
|
|
|
|
</InputGroup>
|
|
|
|
|
|
|
|
|
@ -509,7 +509,7 @@ class Itembankstop extends Component {
|
|
|
|
|
)(
|
|
|
|
|
<div className="sortinxdirection">
|
|
|
|
|
<InputGroup compact>
|
|
|
|
|
<Select style={{width: '258px'}} onChange={this.handleFormkechen}
|
|
|
|
|
<Select style={{width: '258px'}} value={this.state.rbzsd} onChange={this.handleFormkechen}
|
|
|
|
|
placeholder="请选择...">
|
|
|
|
|
{this.state.knowledgepoints && this.state.knowledgepoints.map((object, index) => {
|
|
|
|
|
return (
|
|
|
|
|