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

阅读 26

2023-09-16


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)

0 0 举报