前端项目实战肆佰肆拾叁react-admin和material ui-type判断是新增还是编辑

     {type === "add" && (
                <Create resource='t_lps_product_order' mutationOptions={{ onSuccess }}
                >
                   
                    </SimpleForm>
                </Create>
            )}
            {type === "edit" && (
                <Edit mutationOptions={{ onSuccess: onSuccessEdit }} resource='t_lps_product_order'
                >
                    
                 
                </Edit>
            )}

posted @ 2023-10-07 09:22  前端导师歌谣  阅读(12)  评论(0)    收藏  举报  来源