release/2.16.1.2410.01

日志组件优化
This commit is contained in:
lys 2024-11-05 17:33:34 +08:00
parent 6563e6b5df
commit 83d14f6d82
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class Index extends Component {
this.setState({
dataSource: [], columns: [], pageInfo: { current: 0, pageSize: 10, total: 0 },
loading: false
});
}, () => this.props.baseFormStore.form.resetForm());
}
}