11wqe1 il y a 4 mois
Parent
commit
73153739a5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/easy2/studyStudent.vue

+ 1 - 1
src/components/easy2/studyStudent.vue

@@ -14278,7 +14278,7 @@ export default {
         if(this.markScoretoolIndex == index){
           e.forEach((i,inx)=>{
             let mk = `markSco${index}${inx}`
-            if(this.$refs[mk]){
+            if(this.$refs[mk] && this.$refs[mk][0]){
               this.$refs[mk][0].getData()
             }
           })