产品-社保福利方案列表查询bug修复

This commit is contained in:
黎永顺 2023-06-16 14:55:32 +08:00
parent 3c7c03916d
commit 403a44a49a
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ export default class Programme extends React.Component {
style={{ width: "150px" }}
onChange={v => {
setCustomSelectkey(v);
this.customBenefitsTableRef.getCustomCategoryList({ curren: 1, welfareTypeEnum: v });
this.customBenefitsTableRef.getCustomCategoryList({ current: 1, welfareTypeEnum: v });
}}
/>}
</div>