Compare commits

...

3 Commits

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 };
})