11wqe1 vor 1 Jahr
Ursprung
Commit
316efc711e
1 geänderte Dateien mit 6 neuen und 2 gelöschten Zeilen
  1. 6 2
      src/components/easy2/studyStudent.vue

+ 6 - 2
src/components/easy2/studyStudent.vue

@@ -12469,7 +12469,7 @@ export default {
 			})
 		},
     async loopEva(con,tit,stage,task,toolIndex,toolDetail,worksStudent){
-        console.log(con,tit,stage,task,toolIndex,toolDetail);
+        // console.log(con,tit,stage,task,toolIndex,toolDetail);
 
         let jude = false
         this.AIloading.forEach((e,index)=>{
@@ -12530,6 +12530,10 @@ export default {
 
         this.AIloading[toolIndex][i].loading=false
       }
+      // console.log('666666666');
+      // console.log('this.loopLoading', this.loopLoading);
+      this.loopLoading[toolIndex].loading = false;
+
       worksStudent.forEach((e,index)=>{
           if(toolIndex != index){
             e.forEach((i,inx)=>{
@@ -12538,7 +12542,7 @@ export default {
             })
           }
         })
-      this.loopLoading[toolIndex].loading = false;
+
 
     },