diff --git a/src/views/Home.vue b/src/views/Home.vue index a2345d3..57f5ffe 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -186,8 +186,8 @@ export default { this.studentId = this.getCookie("studentId"); this.$get(this.api.ProjectId, { projectId: this.projectId, - // studentId: this.studentId - studentId: 54 + studentId: this.studentId + // studentId: 54 }) .then(res => { if(workBench.length){