|
@@ -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;
|
|
|
+
|
|
|
|
|
|
},
|
|
|
|