From a21982bf623a2c291105bc9ee0dc05f7708be14f 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, 31 Oct 2023 15:50:52 +0800 Subject: [PATCH] hotfix/2.9.42310.02 --- .../calculate/doCalc/components/salaryEditCalcImport/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalcImport/index.js b/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalcImport/index.js index e0df44cb..ed63d364 100644 --- a/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalcImport/index.js +++ b/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalcImport/index.js @@ -88,8 +88,7 @@ class Index extends Component { if (!selectItems) { message.error(getLabel(111, "请选择表头字段")); } else { - console.log(exportTempUrl); - // window.open(exportTempUrl, "_blank"); + window.open(exportTempUrl, "_blank"); } }; handleSelectedField = () => {