This commit is contained in:
2020-04-07 14:07:19 +00:00
parent c179c4d40b
commit 45ce2be3d8
3 changed files with 38 additions and 12 deletions

View File

@@ -75,7 +75,7 @@ export default {
//get report list from server
//for now we'll fake it
let fakeReportList = [];
for (let i = 0; i < 255; i++) {
for (let i = 0; i < 25; i++) {
fakeReportList.push({
name: "Fake report with the number " + i,
id: i