feature/2.15.1.2407.01-权限

This commit is contained in:
黎永顺 2024-09-14 13:31:45 +08:00
parent 1dca1d7268
commit 50a73b29eb
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class Index extends Component {
handleLayoutChange = ({ isQuery, ...val }) => this.setState({ query: { ...this.state.query, ...val } },
() => {
this.getSalaryReportFFgsList();
this.getSIReportGmgsList();
this.setState({ isQuery });
});