|
@@ -13756,14 +13756,14 @@ export default {
|
|
|
});
|
|
|
|
|
|
// this.refreshKey++
|
|
|
- this.worksStudent.forEach((e,index)=>{
|
|
|
- if(toolIndex == index){
|
|
|
- e.forEach((i,inx)=>{
|
|
|
- let mk = `markSco${index}${inx}`
|
|
|
- this.$refs[mk][0].getData()
|
|
|
- })
|
|
|
- }
|
|
|
- })
|
|
|
+ // this.worksStudent.forEach((e,index)=>{
|
|
|
+ // if(toolIndex == index){
|
|
|
+ // e.forEach((i,inx)=>{
|
|
|
+ // let mk = `markSco${index}${inx}`
|
|
|
+ // this.$refs[mk][0].getData()
|
|
|
+ // })
|
|
|
+ // }
|
|
|
+ // })
|
|
|
|
|
|
this.AIloading[toolIndex].forEach(e=>{
|
|
|
e.loading =false
|