hotfix/2.14.2.2406.02
This commit is contained in:
parent
da6a8266f6
commit
3ee2ece60d
|
|
@ -41,7 +41,7 @@ class salaryFileAdvanceSearchPannel extends Component {
|
||||||
...child,
|
...child,
|
||||||
options: _.map(userStatusList, o => ({ key: String(o.value), showname: o.defaultLabel }))
|
options: _.map(userStatusList, o => ({ key: String(o.value), showname: o.defaultLabel }))
|
||||||
};
|
};
|
||||||
} else if (getKey(child) === "taxAgentId") {
|
} else if (getKey(child) === "taxAgentIds") {
|
||||||
return {
|
return {
|
||||||
...child,
|
...child,
|
||||||
options: _.map(taxAgentList, o => ({ key: o.id, showname: o.content }))
|
options: _.map(taxAgentList, o => ({ key: o.id, showname: o.content }))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue