hotfix/2.14.2.2406.02

This commit is contained in:
黎永顺 2024-06-26 10:07:45 +08:00
parent da6a8266f6
commit 3ee2ece60d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class salaryFileAdvanceSearchPannel extends Component {
...child,
options: _.map(userStatusList, o => ({ key: String(o.value), showname: o.defaultLabel }))
};
} else if (getKey(child) === "taxAgentId") {
} else if (getKey(child) === "taxAgentIds") {
return {
...child,
options: _.map(taxAgentList, o => ({ key: o.id, showname: o.content }))