0
点赞
收藏
分享

微信扫一扫

前端项目实战肆佰贰拾陆react-admin和material ui-关联表的数据处理


const { data } = useGetList(
        't_base_style_materiel',
        {
            filter: mattype ? { 't_base_materiel.mat_type': mattype, 
'style_id': styleId } : { 'style_id': styleId },
            meta: { columns: ['*', 't_base_materiel!inner(*)'] }
        }
    )

举报

相关推荐

0 条评论