feature/2.15.1.2407.01-权限

This commit is contained in:
黎永顺 2024-09-14 13:31:12 +08:00
parent 5de04424d2
commit 1dca1d7268
1 changed files with 4 additions and 1 deletions

View File

@ -39,7 +39,10 @@ class Index extends Component {
};
handleLayoutChange = ({ isQuery, ...val }) => this.setState({ query: { ...this.state.query, ...val } },
() => this.setState({ isQuery }));
() => {
this.getSalaryReportFFgsList();
this.setState({ isQuery });
});
render() {
const { query, isQuery, lyAuth, companyOpts } = this.state;