11wqe1 4 달 전
부모
커밋
73153739a5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()
             }
           })