wuhongyu hace 4 años
padre
commit
96d4540dfe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);