feature/2.15.1.2407.01-权限

This commit is contained in:
黎永顺 2024-09-14 13:18:18 +08:00
parent 3bbe58562c
commit 5de04424d2
2 changed files with 2 additions and 2 deletions

View File

@ -53,5 +53,5 @@ export const getSalaryReportFFgsList = (params) => {
return postFetch("/api/bs/hrmsalary/ly/salaryReport/ffgsList", params);
};
export const getSIReportGmgsList = (params) => {
return postFetch("/api/bs/hrmsalary/ly/PZ/SIReport/gmgsList", params);
return postFetch("/api/bs/hrmsalary/ly/SIReport/gmgsList", params);
};

View File

@ -110,7 +110,7 @@ class Index extends Component {
this.setState({ loading: false });
if (status) {
message.success(getLabel(111, "操作成功!"));
window.close();
setTimeout(() => window.close(), 1500);
} else {
message.error(errormsg);
}