Merge branch 'hotfix/V2-20230605' into develop

This commit is contained in:
黎永顺 2023-06-16 17:37:58 +08:00
commit 69be2d5fdd
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>