试题 隐藏 适用岗位

This commit is contained in:
wyw 2026-04-08 17:21:27 +08:00
parent 414a837c61
commit ba9ca82783

View File

@ -376,7 +376,7 @@ class SE001EditPage extends React.Component {
}}>事故事件 }}>事故事件
</Checkbox> </Checkbox>
</Form.Item> </Form.Item>
<Form.Item label={'适用岗位'} {...formItemLayout}> <Form.Item style={{ display: 'none' }} label={'适用岗位'} {...formItemLayout}>
<Select disabled={this.state.readonly} value={this.state.SELECT_POSTS} mode="multiple" style={{ width: '100%' }} <Select disabled={this.state.readonly} value={this.state.SELECT_POSTS} mode="multiple" style={{ width: '100%' }}
onChange={(value) => { onChange={(value) => {
this.setState({ this.setState({