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