release/2.19.1.2501.01

This commit is contained in:
lys 2025-06-18 09:29:55 +08:00
parent 2b639ad388
commit c356c4f0db
1 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,12 @@ class WelfareAdvanceSearchPannel extends Component {
viewAttr: 2
}
};
} else if (getKey(o) === "siSchemeId" || getKey(o) === "fundSchemeId" || getKey(o) === "otherSchemeId" || getKey(o) === "taxAgentId") {
return {
...o, otherParams: {
showSearch: true, optionFilterProp: "children"
}
};
}
return { ...o };
})