From 167564053bd7b6c6a1143a1eccbb29de44cfecaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Fri, 26 May 2023 11:53:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81-=E8=96=AA=E8=B5=84=E6=A1=A3?= =?UTF-8?q?=E6=A1=88=E5=AF=BC=E5=87=BA=E5=85=A8=E9=83=A8bug=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/pages/payrollFiles/components/exportMenu.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/payrollFiles/components/exportMenu.js b/pc4mobx/hrmSalary/pages/payrollFiles/components/exportMenu.js index 78a36b27..4845c1b4 100644 --- a/pc4mobx/hrmSalary/pages/payrollFiles/components/exportMenu.js +++ b/pc4mobx/hrmSalary/pages/payrollFiles/components/exportMenu.js @@ -17,11 +17,11 @@ class ExportMenu extends Component { case "fixed": runStatusList = "FIXED,SUSPEND"; break; - case "SUSPEND": + case "suspend": runStatusList = _.upperCase(selectedKey); break; case "stop": - runStatusList = 'STOP_FROM_PENDING,STOP_FROM_SUSPEND'; + runStatusList = "STOP_FROM_PENDING,STOP_FROM_SUSPEND"; break; default: break;