You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
使用 useAntdTable 配合 form ,一般很少再自己做校验了,否则就失去了直接 submit 而不需要传入参数的意义了。
我如果自己先调用form相关方法再设置默认值,那么参数处理的又耦合回组件内部,而不是统一在 Service 里处理
The text was updated successfully, but these errors were encountered:
raotaohub
changed the title
【Feat】useAntdTable-options-defaultParams ,是否考虑新增param 以支持在Service函数中能够始终获得最新的默认参数
【Feat】useAntdTable-options-defaultParams ,是否考虑新增params 以支持在Service函数中能够始终获得最新的默认参数
Nov 27, 2024
为什么?
那么如果我用 run 或者 runAsync 透传参数就更麻烦了。因为 TParams 类型复杂,我直接使用 run(...useAntdTable().params) ,ts通过性不好,其次 TParams[0]. xxx 仍然是 defaultParams里的旧值,还是需要手动修改
使用 useAntdTable 配合 form ,一般很少再自己做校验了,否则就失去了直接 submit 而不需要传入参数的意义了。
我如果自己先调用form相关方法再设置默认值,那么参数处理的又耦合回组件内部,而不是统一在 Service 里处理
The text was updated successfully, but these errors were encountered: