From d3ad76f711ded925857def79cc7bc89883111baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Tue, 23 Jul 2024 11:15:05 +0800 Subject: [PATCH] hotfix/2.15.1.2407.01 --- pc4mobx/hrmSalary/pages/adjustSalaryManage/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc4mobx/hrmSalary/pages/adjustSalaryManage/index.js b/pc4mobx/hrmSalary/pages/adjustSalaryManage/index.js index d2c71fb3..d1fd2bb9 100644 --- a/pc4mobx/hrmSalary/pages/adjustSalaryManage/index.js +++ b/pc4mobx/hrmSalary/pages/adjustSalaryManage/index.js @@ -97,7 +97,7 @@ class Index extends Component { effectiveTime: effectiveTime1 ? `${effectiveTime1},${effectiveTime2}` : "", operateTime: operateTime1 ? `${operateTime1},${operateTime2}` : "" }; - window.open(`${window.location.origin}/api/bs/hrmsalary/salaryArchive/adjustRecord/exportSalaryItemList?${convertToUrlString(payload)}`, "_target"); + window.open(`${window.location.origin}/api/bs/hrmsalary/salaryArchive/adjustRecord/exportSalaryItemList?${convertToUrlString(payload)}`, "_blank"); this.handleDebounce = null; }, 500); }