Merge branch 'hotfix/2.14.2.2406.02' into release/2.14.5.2406.03

This commit is contained in:
黎永顺 2024-06-26 10:08:11 +08:00
commit e8793795ba
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 }))