wuhongyu 4 年之前
父节点
当前提交
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);