wuhongyu 5 년 전
부모
커밋
96d4540dfe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/class/achieve.vue

+ 1 - 1
src/views/class/achieve.vue

@@ -108,7 +108,7 @@ export default {
 
       this.$set(this, `peaceAchieveList`, res.data);
       let classsid = this.user.classid;
-      const result = await this.uploadtasklist({ classsid });
+      const result = await this.uploadtasklist({ classid });
 
       for (const accc of result.data) {
         var arr = res.data.filter(item => item.id === accc.studentid);