[fix-#5713] fix the query param lost when use enter press to search (#5791)

This commit is contained in:
brotherlu-xcq 2021-05-21 11:02:38 +08:00 committed by GitHub
parent ea47adc124
commit 6bc7c33188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 19 deletions

View File

@ -1140,7 +1140,7 @@ class ConfigurationManagement extends React.Component {
this.dataId = dataId;
this.setState({ dataId });
}}
onPressEnter={() => this.getData()}
onPressEnter={() => this.selectAll()}
/>
</Form.Item>
@ -1152,7 +1152,7 @@ class ConfigurationManagement extends React.Component {
dataSource={this.state.groups}
value={this.state.group}
onChange={this.setGroup.bind(this)}
onPressEnter={() => this.getData()}
onPressEnter={() => this.selectAll()}
hasClear
/>
</Form.Item>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long