const { data } = useGetList(
't_base_materiel_type',
{
sort: { field: 'id', order: 'ASC' }
}
);
前端项目实战肆佰贰拾捌react-admin和material ui-useGetList进行页面数据排序操作
阅读 19
2023-09-16
const { data } = useGetList(
't_base_materiel_type',
{
sort: { field: 'id', order: 'ASC' }
}
);
相关推荐
精彩评论(0)