天津海泰组织架构图顶部搜索条件固定
This commit is contained in:
parent
8a59de812a
commit
442250bcac
|
|
@ -200,6 +200,7 @@ export class TopBar extends React.Component {
|
||||||
<Col span={6}>
|
<Col span={6}>
|
||||||
{getLabel(547293, labelData)}:
|
{getLabel(547293, labelData)}:
|
||||||
<Select
|
<Select
|
||||||
|
disabled
|
||||||
defaultValue="0"
|
defaultValue="0"
|
||||||
style={{ width: 140 }}
|
style={{ width: 140 }}
|
||||||
value={this.state.requestData.fclass}
|
value={this.state.requestData.fclass}
|
||||||
|
|
@ -248,11 +249,15 @@ export class TopBar extends React.Component {
|
||||||
<Checkbox
|
<Checkbox
|
||||||
style={{ marginTop: '5px', marginLeft: 100 }}
|
style={{ marginTop: '5px', marginLeft: 100 }}
|
||||||
checked={this.state.requestData.hidedept == '1'}
|
checked={this.state.requestData.hidedept == '1'}
|
||||||
onChange={(e) =>
|
onChange={(e) => {
|
||||||
this.handleFormChange({
|
this.handleFormChange({
|
||||||
hidedept: e.target.checked ? '1' : '0',
|
hidedept: e.target.checked ? '1' : '0',
|
||||||
})
|
});
|
||||||
}
|
this.props.onSearch({
|
||||||
|
...this.state.requestData,
|
||||||
|
hidedept: e.target.checked ? '1' : '0',
|
||||||
|
});
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
{getLabel(547296, labelData)}
|
{getLabel(547296, labelData)}
|
||||||
</Checkbox>
|
</Checkbox>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue