release/2.19.1.2501.01
This commit is contained in:
parent
2b639ad388
commit
c356c4f0db
|
|
@ -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 };
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue