11wqe1 9 mesi fa
parent
commit
95cdd091c6
1 ha cambiato i file con 3 aggiunte e 4 eliminazioni
  1. 3 4
      src/components/easy2/studyStudent.vue

+ 3 - 4
src/components/easy2/studyStudent.vue

@@ -12516,7 +12516,9 @@ export default {
         // this.refreshKey++
         this.$refs[mk][0].getData()
 
-        worksStudent.forEach((e,index)=>{
+        this.AIloading[toolIndex][i].loading=false
+      }
+      worksStudent.forEach((e,index)=>{
           if(toolIndex != index){
             e.forEach((i,inx)=>{
               let mk = `markSco${index}${inx}`
@@ -12524,9 +12526,6 @@ export default {
             })
           }
         })
-
-        this.AIloading[toolIndex][i].loading=false
-      }
       this.loopLoading[toolIndex].loading = false;
 
     },