From 5de04424d299778d05e677aa1c2852ba815dc1b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Sat, 14 Sep 2024 13:18:18 +0800 Subject: [PATCH] =?UTF-8?q?feature/2.15.1.2407.01-=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/apis/custom-apis/lingyue/index.js | 2 +- .../pages/custom-pages/lingyue/vouncherSummary/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pc4mobx/hrmSalary/apis/custom-apis/lingyue/index.js b/pc4mobx/hrmSalary/apis/custom-apis/lingyue/index.js index 2ea772ea..4165fdb8 100644 --- a/pc4mobx/hrmSalary/apis/custom-apis/lingyue/index.js +++ b/pc4mobx/hrmSalary/apis/custom-apis/lingyue/index.js @@ -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); }; diff --git a/pc4mobx/hrmSalary/pages/custom-pages/lingyue/vouncherSummary/index.js b/pc4mobx/hrmSalary/pages/custom-pages/lingyue/vouncherSummary/index.js index f52971ca..e44ae633 100644 --- a/pc4mobx/hrmSalary/pages/custom-pages/lingyue/vouncherSummary/index.js +++ b/pc4mobx/hrmSalary/pages/custom-pages/lingyue/vouncherSummary/index.js @@ -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); }