From 85867da080721affc4e194e744e71c7380125fa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Thu, 14 Sep 2023 14:19:08 +0800 Subject: [PATCH] hotfix/2.9.42309.01 --- pc4mobx/hrmSalary/components/PersonalScopeModal/index.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pc4mobx/hrmSalary/components/PersonalScopeModal/index.js b/pc4mobx/hrmSalary/components/PersonalScopeModal/index.js index 079190f8..b6fd6ffb 100644 --- a/pc4mobx/hrmSalary/components/PersonalScopeModal/index.js +++ b/pc4mobx/hrmSalary/components/PersonalScopeModal/index.js @@ -95,10 +95,7 @@ class PersonalScopeModal extends Component { ]; this.setState({ targetTypeList, - employeeStatus: _.map(_.filter(data, o => o.value !== 7), it => ({ - key: it.value.toString(), - showname: it.defaultLabel - })) + employeeStatus: _.map(_.filter(data, o => o.value !== 7), it => ({ key: it.enum, showname: it.defaultLabel })) }); } });