Merge branch 'release/2.19.1.2501.01' into release/2.19.1.2501.01-个税

This commit is contained in:
lys 2025-01-07 11:33:43 +08:00
commit f19ceb9c0f
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ export default class CustomSalaryItemSlide extends React.Component {
case "taxAgentIds":
fields = {
...fields, options: _.map(taxAgentList, o => ({ key: o.id, showname: o.content })),
hide: String(salaryItemForm["sharedType"]) === "0" || !_.isNil(salaryItemForm["sharedType"])
hide: String(salaryItemForm["sharedType"]) === "0" || _.isNil(salaryItemForm["sharedType"])
};
break;
case "dataType":