[fix-#5713] fix the query param lost when use enter press to search (#5791)
This commit is contained in:
parent
ea47adc124
commit
6bc7c33188
@ -1140,7 +1140,7 @@ class ConfigurationManagement extends React.Component {
|
|||||||
this.dataId = dataId;
|
this.dataId = dataId;
|
||||||
this.setState({ dataId });
|
this.setState({ dataId });
|
||||||
}}
|
}}
|
||||||
onPressEnter={() => this.getData()}
|
onPressEnter={() => this.selectAll()}
|
||||||
/>
|
/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
|
|
||||||
@ -1152,7 +1152,7 @@ class ConfigurationManagement extends React.Component {
|
|||||||
dataSource={this.state.groups}
|
dataSource={this.state.groups}
|
||||||
value={this.state.group}
|
value={this.state.group}
|
||||||
onChange={this.setGroup.bind(this)}
|
onChange={this.setGroup.bind(this)}
|
||||||
onPressEnter={() => this.getData()}
|
onPressEnter={() => this.selectAll()}
|
||||||
hasClear
|
hasClear
|
||||||
/>
|
/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user