feature/2.15.1.2407.01-权限
This commit is contained in:
parent
5de04424d2
commit
1dca1d7268
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue