Loading src/components/VueJama.vue +0 −2 Original line number Diff line number Diff line Loading @@ -492,8 +492,6 @@ export default { let start = (this.currentPage - 1) * this.pageLength; let end = start + this.pageLength; //let nbItems = 0; //for pagination console.log("project_id: " + this.currentProjectId); console.log("collection_id: " + collection.id); this.fetchItems( { projectId : this.currentProjectId, Loading Loading
src/components/VueJama.vue +0 −2 Original line number Diff line number Diff line Loading @@ -492,8 +492,6 @@ export default { let start = (this.currentPage - 1) * this.pageLength; let end = start + this.pageLength; //let nbItems = 0; //for pagination console.log("project_id: " + this.currentProjectId); console.log("collection_id: " + collection.id); this.fetchItems( { projectId : this.currentProjectId, Loading