const StatisticsTable = ({ criteria={} /** this will create a new object everytime **/}) => { const {data, error} = useSWR(['/api/v1/reports/statistics', ...
確定! 回上一頁